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

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