EnumTreeViewCheckBoxMode
Enum
Specifies the mode of the check boxes in the RadTreeView control.
Definition
Namespace:Telerik.Maui.Controls.TreeView
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum TreeViewCheckBoxMode
Fields
Independent
Specifies that the check boxes are checked and unchecked independently. The checked state of the parent item is not propagated to its children.
None
Specifies that no check boxes are displayed in the control.
Recursive
Specifies that the check boxes are checked and unchecked recursively. The checked state of the parent item is propagated to its children.