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

In This Topic
    AllowSort Property (C1ListBase)
    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