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

TreeViewAutoExpandMode Enum

Specifies how to expand nodes when the DXTreeView is initialized.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

Declaration

public enum TreeViewAutoExpandMode

Members

Name Description
None

All nodes are collapsed.

AllNodes

Expands all nodes when DXTreeView is initialized.

RootNodes

Expands root nodes when DXTreeView is initialized.

Related API Members

The following properties accept/return TreeViewAutoExpandMode values:

See Also