Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.

TreeNodeCheckBoxMode Enum

The checkbox selection mode.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

Declaration

public enum TreeNodeCheckBoxMode

Members

Name Description
Independent

The independent selection.

Recursive

The recursive selection.

Related API Members

The following properties accept/return TreeNodeCheckBoxMode values:

See Also