DataPA Enterprise Dashboard Controls API Reference
Gets the name of the Column that is used to provide the value selected.

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
public string IndexColumn { get; }
Visual Basic
Public ReadOnly Property IndexColumn As String
	Get
Visual C++
public:
virtual property String^ IndexColumn {
	String^ get () sealed;
}

Property Value

Type: String
The name of the Column that is used to provide the value selected.

Return Value

Type: String
The name of the Column that is used to provide the value selected.

Remarks