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

In This Topic
    AllowColSelect Property (DropDownList)
    In This Topic
    Enables/disables interactive column selection.
    Syntax
    'Declaration
     
    
    Public Property AllowColSelect As Boolean
    public bool AllowColSelect {get; set;}
    Remarks
    The default value is true.
    See Also