DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
A column from the query data source that will be used to provide the format value for this column.
A column from the query data source that will be used to provide the format value for this column.
Gets and sets a column from the query data source that will be used to provide the format value for this column.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string DataGridFormatColumn { get; set; } |
Visual Basic |
---|
Public Property DataGridFormatColumn As String Get Set |
Visual C++ |
---|
public: virtual property String^ DataGridFormatColumn { String^ get () sealed; void set (String^ value) sealed; } |
Property Value
Type: StringA column from the query data source that will be used to provide the format value for this column.
Return Value
Type: StringA 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