C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / ShowOutlineBar Property


In This Topic
ShowOutlineBar Property
In This Topic
Gets or sets a value that determines whether the grid should display the outline button bar.
Syntax
'Declaration
 
Public Property ShowOutlineBar As Boolean
 
'Usage
 
Dim instance As FlexGrid
Dim value As Boolean
 
instance.ShowOutlineBar = value
 
value = instance.ShowOutlineBar
See Also