C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / AllowSorting Property


In This Topic
AllowSorting Property (GridColumn)
In This Topic
Gets or sets a value that indicates whether the user can sort this column by tapping the column header.
Syntax
'Declaration
 
Public Property AllowSorting As Boolean
 
'Usage
 
Dim instance As GridColumn
Dim value As Boolean
 
instance.AllowSorting = value
 
value = instance.AllowSorting
See Also