IWindowGridGetSelectedRows Method

Gets a datarow array with the information of the selected row

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
List<DataRow> GetSelectedRows()

Return Value

ListDataRow
List<DataRow> with the information of the selected rows.

See Also