FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Row Class / IsVisible Property

In This Topic
    IsVisible Property (Row)
    In This Topic
    Gets whether this row is currently visible to the user.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsVisible As Boolean
    public bool IsVisible {get;}
    Remarks

    This property returns true if the RowCol.Visible property is set to true and the row is collapsed (RowCol.IsCollapsed property returns false).

    See Also