Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRow Class / ActualVisible Property


In This Topic
    ActualVisible Property
    In This Topic
    Gets a value indicating whether the row is visible. The row could be collapsed either because the IsVisible was set to false or the Parent is collapsed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualVisible As Boolean
    'Usage
     
    
    Dim instance As GridRow
    Dim value As Boolean
     
    value = instance.ActualVisible
    public bool ActualVisible {get;}
    Remarks
    This property is read-only. To change the visibility of a row use the IsVisible property instead.
    See Also