Back to Devexpress

DXTreeView.CheckBoxRecursiveChecking Property

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-395bfc6a.md

latest1.0 KB
Original Source

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

csharp
public bool CheckBoxRecursiveChecking { get; set; }

Property Value

TypeDescription
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

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace