Enum
TreeViewCheckBoxMode

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.

Declaration

cs-api-definition
Independent = 1

Field Value

TreeViewCheckBoxMode

None

Specifies that no check boxes are displayed in the control.

Declaration

cs-api-definition
None = 0

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

cs-api-definition
Recursive = 2

Field Value

TreeViewCheckBoxMode

In this article
DefinitionFieldsIndependentNoneRecursive
Not finding the help you need?
Contact Support