DataPA Enterprise Dashboard Controls API Reference
Gets the DataTable that used to populate the lookup.

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

Syntax

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

Property Value

Type: DataTable
The DataTable that used to populate the lookup.

Return Value

Type: DataTable
The DataTable that used to populate the lookup.

Remarks