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

In This Topic
    IsVisible Property (RowCol)
    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 Visible property is set to true and the row is collapsed (IsCollapsed property returns false).

    See Also