ComponentOne Xamarin.iOS
ShowSort Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : ShowSort Property
Gets or sets whether the grid should display sort indicators in the column headers.
Syntax
'Declaration
 
<Foundation.ExportAttribute("ShowSort")>
<BrowsableAttribute(True)>
Public Property ShowSort As Boolean
'Usage
 
Dim instance As FlexGrid
Dim value As Boolean
 
instance.ShowSort = value
 
value = instance.ShowSort
[Foundation.Export("ShowSort")]
[Browsable(true)]
public bool ShowSort {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members