Class TreeViewCheckBoxMode
Specifies the mode of the check boxes in the RadTreeView control.
Inheritance
Namespace: Telerik.Maui.Controls.TreeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class TreeViewCheckBoxMode : Enum
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.
Declaration
public const TreeViewCheckBoxMode Independent
Field Value
TreeViewCheckBoxMode
|
None
Specifies that no check boxes are displayed in the control.
Declaration
public const TreeViewCheckBoxMode None
Field Value
TreeViewCheckBoxMode
|
Recursive
Specifies that the check boxes are checked and unchecked recursively. The checked state of the parent item is propagated to its children.
Declaration
public const TreeViewCheckBoxMode Recursive
Field Value
TreeViewCheckBoxMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|