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
public bool ShowSortIndicator {get; set;}
See Also