ShowSort Property (TransposedGrid<T>)
In This Topic
Gets or sets whether the grid should display sort indicators in the column headers.
Syntax
'Declaration
Public Overridable Property ShowSort As Boolean
public virtual bool ShowSort {get; set;}
See Also