ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / RowCollection Class / Selected Property

In This Topic
    Selected Property (RowCollection)
    In This Topic
    Gets a list with the rows that are currently selected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Selected As List(Of Row)
    public List<Row> Selected {get;}
    See Also