Gets a list with the rows that are currently selected.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public List<Row> Selected { get; }
Visual Basic
Public ReadOnly Property Selected As List(Of Row)
	Get

See Also