ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / GridTree Class / HandleInvisibleChildren Property

In This Topic
    HandleInvisibleChildren Property
    In This Topic
    If True then the collapse/expand button will not be displayed if all children of node are invisible.
    Syntax
    'Declaration
     
    Public Property HandleInvisibleChildren As Boolean
    public bool HandleInvisibleChildren {get; set;}
    See Also