TreeView for WinForms | ComponentOne
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
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1TreeView.AutoCheckChildNodes", "Gets or sets a value indicating whether auto check child nodes when parent node is changed checked state.")>
    <DefaultValueAttribute(False)>
    Public Property AutoCheckChildNodes As Boolean
    [C1Category("Behavior")]
    [C1Description("C1TreeView.AutoCheckChildNodes", "Gets or sets a value indicating whether auto check child nodes when parent node is changed checked state.")]
    [DefaultValue(false)]
    public bool AutoCheckChildNodes {get; set;}
    See Also