FlexGrid for WinForms
HandleInvisibleChildren Property



If True then the collapse/expand button will not be displayed if all children of node are invisible.
Syntax
'Declaration
 
<C1DescriptionAttribute("If True then the collapse/expand button will not be displayed if all children of node are invisible.")>
<DefaultValueAttribute()>
Public Property HandleInvisibleChildren As Boolean
'Usage
 
Dim instance As GridTree
Dim value As Boolean
 
instance.HandleInvisibleChildren = value
 
value = instance.HandleInvisibleChildren
[C1Description("If True then the collapse/expand button will not be displayed if all children of node are invisible.")]
[DefaultValue()]
public bool HandleInvisibleChildren {get; set;}
[C1Description("If True then the collapse/expand button will not be displayed if all children of node are invisible.")]
[DefaultValue()]
public:
property bool HandleInvisibleChildren {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridTree Class
GridTree Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback