Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / ShowSortIndicator Property


In This Topic
ShowSortIndicator Property (Column)
In This Topic
Gets or sets whether the column shows a sort indicator when automatically sorted.
Syntax
'Declaration
 
Public Property ShowSortIndicator As Boolean
 
'Usage
 
Dim instance As Column
Dim value As Boolean
 
instance.ShowSortIndicator = value
 
value = instance.ShowSortIndicator
See Also