Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupBarInfo Class / Visible Property


In This Topic
Visible Property (GroupBarInfo)
In This Topic
Gets or sets whether the grouping bar is displayed.
Syntax
'Declaration
 
Public Property Visible As Boolean
 
'Usage
 
Dim instance As GroupBarInfo
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
See Also