Gets a list with the rows that are currently selected.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also