C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridColumnHeaderCell Class / SortState Property


In This Topic
SortState Property
In This Topic
Gets or sets the sort state.
Syntax
'Declaration
 
Public Property SortState As Nullable(Of SortDirection)
 
'Usage
 
Dim instance As GridColumnHeaderCell
Dim value As Nullable(Of SortDirection)
 
instance.SortState = value
 
value = instance.SortState
See Also