True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1TrueDBGrid Class / SelectedCols Property

In This Topic
    SelectedCols Property (C1TrueDBGrid)
    In This Topic
    Gets the collection of columns that are currently selected.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedCols As SelectedColumnCollection
    public SelectedColumnCollection SelectedCols {get;}
    See Also