ControlPanelObjectListDataTable Property |
|
DataPA OpenAnalytics 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 public DataTable ListDataTable { get; }
Public ReadOnly Property ListDataTable As DataTable
Get
public:
virtual property DataTable^ ListDataTable {
DataTable^ get () sealed;
}
function get_ListDataTable();
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