DataPA Enterprise Dashboard Controls API Reference
Gets a data table with only the selected rows.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public DataTable SelectedData { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SelectedData As DataTable
Get |
| Visual C++ |
|---|
public:
virtual property DataTable^ SelectedData {
DataTable^ get () sealed;
} |
Return Value
Type:
DataTableA data table with only the selected rows.
Remarks
See Also