ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / NewRowTemplate Class / IsVisible Property

In This Topic
    IsVisible Property (NewRowTemplate)
    In This Topic
    Gets a value that indicates whether this row or column is visible and not collapsed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsVisible As Boolean
    public bool IsVisible {get;}
    See Also