DataPA Enterprise Dashboard Controls API Reference
Gets the data table that is used to populate a drop down list.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
DataTableThe data table that is used to populate a drop down list.
Return Value
Type:
DataTableThe data table that is used to populate a drop down list.
Remarks
See Also