DataPA Enterprise Dashboard Controls API Reference
Gets the name of the Column that is used to provide the value selected.
Namespace: RunDataPAAssembly: 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:
StringThe name of the Column that is used to provide the value selected.
Return Value
Type:
StringThe name of the Column that is used to provide the value selected.
Remarks
See Also