[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.Column.AllowSorting

AllowSorting Property

AllowSorting

Gets or sets whether this column can be sorted by clicking on the column header.

Declaration
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.