C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / IsVisible Property


In This Topic
IsVisible Property (GridColumn)
In This Topic
Gets or sets a value indicating whether the column is visible and not collapsed.
Syntax
'Declaration
 
Public Property IsVisible As Boolean
 
'Usage
 
Dim instance As GridColumn
Dim value As Boolean
 
instance.IsVisible = value
 
value = instance.IsVisible
See Also