DataPA Enterprise Dashboard Controls API Reference
Gets the DataTable that used to populate the lookup.
Namespace: RunDataPAAssembly: 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:
DataTableThe DataTable that used to populate the lookup.
Return Value
Type:
DataTableThe DataTable that used to populate the lookup.
Remarks
See Also