FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.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