C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGrid Class / ShowSort Property


In This Topic
ShowSort Property
In This Topic
Gets or sets whether the grid should display sort indicators in the column headers.
Syntax
'Declaration
 
Public Property ShowSort As Boolean
 
'Usage
 
Dim instance As FlexGrid
Dim value As Boolean
 
instance.ShowSort = value
 
value = instance.ShowSort
See Also