ComponentOne Xamarin.iOS
AllowSorting Property (GridColumn)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridColumn Class : AllowSorting Property
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
public bool AllowSorting {get; set;}
See Also

Reference

GridColumn Class
GridColumn Members