AllowSorting Property (FlexGrid)
Gets or sets whether users are allowed to sort columns by tapping or clicking the column header cells.
public bool AllowSorting {get; set;}
'Declaration
Public Property AllowSorting As Boolean
'Usage
Dim instance As FlexGrid
Dim value As Boolean
instance.AllowSorting = value
value = instance.AllowSorting