Skip to main content
All docs
V25.2
  • DXTreeView.CheckBoxRecursiveChecking Property

    Gets or sets whether to check nodes recursively. This is a bindable property.

    Namespace: DevExpress.Maui.TreeView

    Assembly: DevExpress.Maui.TreeView.dll

    NuGet Package: DevExpress.Maui.TreeView

    Declaration

    public bool CheckBoxRecursiveChecking { get; set; }

    Property Value

    Type Description
    Boolean

    true if a user can check and uncheck nodes recursively; otherwise, false.

    Remarks

    For more information, refer to the following help topic: Checkbox Selection.

    See Also