ComponentOne FlexGrid for UWP
Selected Property (RowCollection)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > RowCollection Class : Selected Property
Gets a list with the rows that are currently selected.
Syntax
'Declaration
 
Public ReadOnly Property Selected As System.Collections.Generic.List(Of Row)
public System.Collections.Generic.List<Row> Selected {get;}
See Also

Reference

RowCollection Class
RowCollection Members