ASPxTreeView.CheckNodesRecursive Property
Gets or sets whether recursive checking is enabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
To allow end-users to employ recursive node checking set the CheckNodesRecursive property to true
.
When the CheckNodesRecursive is enabled:
- checking a parent node automatically checks all its children;
- a parent node is automatically checked if all its child nodes are checked;
- even if one child node is unchecked its parent node is automatically unchecked.
You can see the image, demonstrates recursive node checking.
For more information, see the Check Box Support topic.
See Also