C1.Win.TreeView Namespace / C1TreeView Class / AutoCheckChildNodes Property

In This Topic
AutoCheckChildNodes Property (C1TreeView)
In This Topic
Gets or sets a value indicating whether auto check child nodes when parent node is changed checked state.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TreeView.AutoCheckChildNodes", "Gets or sets a value indicating whether auto check child nodes when parent node is changed checked state.")>
<C1CategoryAttribute("Behavior")>
<DefaultValueAttribute(False)>
Public Property AutoCheckChildNodes As Boolean
 
See Also