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

In This Topic
    AllowSort Property (C1Combo)
    In This Topic
    Returns or sets whether or not column sort is allowed.
    Syntax
    'Declaration
     
    
    Public Property AllowSort As Boolean
    public bool AllowSort {get; set;}
    See Also