ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / AllowColSelect Property

In This Topic
    AllowColSelect Property (C1Combo)
    In This Topic
    Enables/disables interactive column selection.
    Syntax
    'Declaration
     
    
    Public Property AllowColSelect As Boolean
    public bool AllowColSelect {get; set;}
    See Also