ComponentOne Xamarin.iOS
IsVisible Property (GridRow)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRow Class : IsVisible Property
Gets or sets a value indicating whether the row is visible and not collapsed.
Syntax
'Declaration
 
Public Property IsVisible As Boolean
'Usage
 
Dim instance As GridRow
Dim value As Boolean
 
instance.IsVisible = value
 
value = instance.IsVisible
public bool IsVisible {get; set;}
See Also

Reference

GridRow Class
GridRow Members