DataPA Enterprise Dashboard Controls API Reference
Gets the data table that is used to populate a drop down list.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

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

Property Value

Type: DataTable
The data table that is used to populate a drop down list.

Return Value

Type: DataTable
The data table that is used to populate a drop down list.

Remarks