C1.Win.C1FlexGrid Namespace > GridTree Class : HandleInvisibleChildren Property |
'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); }
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