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

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