FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapter.RowInfo Class / IsVisible Property

In This Topic
    IsVisible Property (GridControlAdapter.RowInfo)
    In This Topic
    Gets whether the row is visible.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsVisible As Boolean
    public bool IsVisible {get;}
    See Also