ShowSort Property (C1FlexGridBase)
In This Topic
Gets or sets whether the grid should display sorting glyphs (a triangle) on the headers of sorted columns.
Syntax
'Declaration
Public Property ShowSort As Boolean
public bool ShowSort {get; set;}
See Also