TreeListView.AllowRecursiveNodeChecking Property
In This Article
Gets or sets whether recursive node selection is enabled. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to enable recursive selection; otherwise, false. |
#Remarks
If the AllowRecursiveNodeChecking property is set to true, selecting a parent node automatically selects all its children. Vice versa, selecting all child nodes automatically selects its parent node(s). Deselecting a child node sets its parent node to indeterminate check state.
See Also