Gets or sets whether the grid should display sort indicators in the column headers.
public bool ShowSort {get; set;}
'Declaration
Public Property ShowSort As Boolean
'Usage
Dim instance As FlexGrid
Dim value As Boolean
instance.ShowSort = value
value = instance.ShowSort