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