ComponentOne Xamarin.iOS
AllowSorting Property (FlexGrid)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : AllowSorting Property
Gets or sets whether users are allowed to sort columns by tapping or clicking the column header cells.
Syntax
'Declaration
 
<Foundation.ExportAttribute("AllowSorting")>
<BrowsableAttribute(True)>
Public Property AllowSorting As Boolean
'Usage
 
Dim instance As FlexGrid
Dim value As Boolean
 
instance.AllowSorting = value
 
value = instance.AllowSorting
[Foundation.Export("AllowSorting")]
[Browsable(true)]
public bool AllowSorting {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members