DataPA Enterprise Dashboard Controls 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

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: 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 summary column in a data grid if DataGridFormatType is set to Column

See Also