'Declaration <Foundation.ExportAttribute("ShowSort")> <BrowsableAttribute(True)> Public Property ShowSort As Boolean
'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
'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;}
FlexGrid Class FlexGrid Members