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

DevExpress.Maui.TreeView Namespace

Contains classes that implement the DXTreeView functionality.

Assembly: DevExpress.Maui.TreeView.dll

Classes

Name Description
ChildNodeSelector A class that allows you to create a child node selector.
DXTreeView Visualizes data in the hierarchical structure.
HierarchyTreeDescription Describes how to build a hierarchy of tree nodes.
SelfReferenceTreeDescription Describes how to build a tree from a self-referential data structure.
TreeDescriptionBase A base class for classes that specify a tree structure for the DXTreeView data source.
TreeNode A node displayed within a DXTreeView instance.
TreeNodeCancelEventArgs Provides data for the events that can be handled to prevent specific tree node operations.
TreeNodeCheckBox A checkbox displayed within a tree node.
TreeNodeCheckBoxStateChangedEventArgs Contains data for the CheckBoxStateChanged event.
TreeNodeCollection A collection of tree nodes.
TreeNodeEventArgs Provides data for the DXTreeView events.
TreeNodeExpandButton An expand button displayed within a TreeNode.
TreeNodeView A node view displayed within a DXTreeView instance.

Interfaces

Name Description
IChildNodeSelector The interface that allows you to create a child node selector.

Enums

Name Description
TreeDataFilterMode The filtering mode.
TreeNodeCheckBoxMode The checkbox selection mode.
TreeNodeExpandActionTarget Defines that nodes can only be expanded and collapsed when a user taps the expand button or both the expand button and the content view.
TreeNodePopulationMode Describes node population modes of the DXTreeView.
TreeViewAutoExpandMode Specifies how to expand nodes when the DXTreeView is initialized.