FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.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