Specifies if changing a TreeNode's CheckState property to Unchecked automatically changes all of its child nodes' CheckState property to Unchecked.
[Visual Basic]
Public Property AutoUncheckChildren As
Boolean
[C#]
public
Boolean AutoUncheckChildren {get; set;}
Remarks
By default, this property is false - means changing a TreeNode's CheckState to Unchecked does NOT have any effects on its child nodes.
By setting this property to true, if a TreeNode's CheckState is changed to Unchecked, all of its child node's CheckState will be changed to Unchecked.
See Also
TreeView Class | EO.Web Namespace | AutoCheckParent | AutoCheckChildren