ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / SelectedCols Property

In This Topic
    SelectedCols Property (DropDownList)
    In This Topic
    Returns the SelectedColumnCollection object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedCols As SelectedColumnCollection
    public SelectedColumnCollection SelectedCols {get;}
    See Also