TableGridControlGetSelectedIds Method

Gets the selected IDs.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public List<long> GetSelectedIds()

Return Value

ListInt64
List<Int64> with the selected IDs.

See Also