Gets or sets whether the grid should display sort indicators in the column headers.
[Foundation.Export("ShowSort")]
[Browsable(true)]
public bool ShowSort {get; set;}
'Declaration
<Foundation.ExportAttribute("ShowSort")>
<BrowsableAttribute(True)>
Public Property ShowSort As Boolean
'Usage
Dim instance As FlexGrid
Dim value As Boolean
instance.ShowSort = value
value = instance.ShowSort