FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GridTree Class / HandleInvisibleChildren Property

In This Topic
    HandleInvisibleChildren Property (GridTree)
    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