Enum CheckBoxMode
Describes the CheckBox mode for items in the SfTreeView.
Namespace: Syncfusion.UI.Xaml.TreeView.Engine
Assembly: Syncfusion.SfTreeView.WPF.dll
Syntax
public enum CheckBoxMode
Fields
| Name | Description |
|---|---|
| Individual | Specifies that update the tree view node’s IsChecked property value alone. |
| None | IsChecked won't get processed by TreeView. |
| Recursive | Specifies that update the tree view node’s and child nodes IsChecked property value recursively. |