DevExpress.Maui.TreeView Namespace
In This Article
Contains classes that implement the DXTreeView functionality.
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Classes
Name | Description |
---|---|
Child |
A class that allows you to create a child node selector. |
DXTree |
Visualizes data in the hierarchical structure. |
DXTree |
Stores DXTree commands.
|
Hierarchy |
Describes how to build a hierarchy of tree nodes. |
Self |
Describes how to build a tree from a self-referenced data structure. |
Tree |
A base class for classes that specify a tree structure for the DXTree |
Tree |
A node displayed within a DXTree |
Tree |
Provides data for the events that can be handled to prevent specific tree node operations. |
Tree |
A checkbox displayed within a tree node. |
Tree |
Contains data for the Check |
Tree |
A collection of tree nodes. |
Tree |
Provides data for the DXTree |
Tree |
An expand button displayed within a Tree |
Tree |
Stores the caption and image settings for an action button shown when a user swipes a node in the Tree |
Tree |
Contains data for the Swipe |
Tree |
Provides data for events that are raised when users swipe nodes. |
Tree |
A node view displayed within a DXTree |
Tree |
Contains data for the Scrolled event. |
Tree |
Specifies how to sort Tree |
#Interfaces
Name | Description |
---|---|
IChild |
The interface that allows you to create a child node selector. |
#Enums
Name | Description |
---|---|
Tree |
The filtering mode. |
Tree |
List values that specify user actions that can check or uncheck nodes. |
Tree |
Specifies a checkbox position within the node’s container. |
Tree |
List values that specify user actions that can expand and collapse nodes. |
Tree |
Describes node population modes of the DXTree |
Tree |
Specifies how to expand nodes when the DXTree |