ShowSort Property (FlexSheet)
In This Topic
Gets or sets whether the grid should display sort indicators in the column headers.
Syntax
'Declaration
<IgnoreAttribute()>
Public Overrides Property ShowSort As Boolean
[Ignore()]
public override bool ShowSort {get; set;}
See Also