FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Column Class / AllowSorting Property

In This Topic
    AllowSorting Property (Column)
    In This Topic
    Gets or sets whether this column can be sorted by clicking on the column header.
    Syntax
    'Declaration
     
    
    Public Property AllowSorting As Boolean
    public bool AllowSorting {get; set;}
    Remarks
    The grid has an AllowSorting property that determines whether columns can be sorted with the mouse. The AllowSorting property of the Column objects can be used to prevent the user from sorting specific columns.
    See Also