wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-1a07e70d.md
Gets or sets whether recursive check box selection is enabled. This is a dependency property.
Namespace : DevExpress.Xpf.Grid
Assembly : DevExpress.Xpf.Grid.v25.2.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public bool AllowRecursiveNodeChecking { get; set; }
Public Property AllowRecursiveNodeChecking As Boolean
| Type | Description |
|---|---|
| Boolean |
true to enable recursive check box selection; otherwise, false.
|
Set the AllowRecursiveNodeChecking property to true to enable recursive check box selection:
Note
If the AllowRecursiveNodeChecking property is set to true , when you use the TreeViewControl.CheckBoxFieldName property to update a field in a data source, this field should be of the Nullable<Boolean> data type.
See Also