Click or drag to resize
GroupColumnDataGridFormatColumn Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a column from the query data source that will be used to provide the format value for this column.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string DataGridFormatColumn { get; set; }

Property Value

Type: String
A column from the query data source that will be used to provide the format value for this column.

Return Value

Type: String
A column from the query data source that will be used to provide the format value for this column.
Remarks
The value of the column specified will be used as the format for this Group Column in a data grid if DataGridFormatType is set to Column
See Also