AutoCheckChildNodes Property (C1TreeView)
Gets or sets a value indicating whether auto check child nodes when parent node is changed checked state.
[C1Description("C1TreeView.AutoCheckChildNodes", "Gets or sets a value indicating whether auto check child nodes when parent node is changed checked state.")]
[C1Category("Behavior")]
[DefaultValue(false)]
public bool AutoCheckChildNodes {get; set;}
'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