DataPA Enterprise Dashboard Controls API Reference
Gets the name of the column used to populate the lookup.

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

Syntax

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

Property Value

Type: String
The name of the column used to populate the lookup.

Return Value

Type: String
The name of the column used to populate the lookup.

Remarks