DataPA Enterprise Dashboard Controls API Reference
Gets a data table with only the selected rows.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: DataTable
A data table with only the selected rows.

Remarks