ComponentOne FlexGrid for WinForms
AllowSorting Property (Column)

C1.Win.C1FlexGrid Namespace > Column Class : AllowSorting Property
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

Reference

Column Class
Column Members