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

In This Topic
    IsCollapsed Property (RowCol)
    In This Topic
    Gets whether this row is collapsed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsCollapsed As Boolean
    public bool IsCollapsed {get;}
    Remarks
    Rows are collapsed when one of their parent nodes is collapsed. Collapsed rows are not visible to the user even if their Visible property is set to true.
    See Also