ComponentOne Xamarin.iOS
ShowOutlineBar Property


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

Reference

FlexGrid Class
FlexGrid Members