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

In This Topic
    AllowColSelect Property (C1List)
    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