DevExpress.Maui.TreeView Namespace
Contains classes that implement the DXTreeView functionality.
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Classes
| Name | Description |
|---|---|
| ChildNodeSelector | A class that allows you to create a child node selector. |
| DXTreeView | Visualizes data in the hierarchical structure. |
| DXTreeViewCommands |
Stores DXTreeView commands.
|
| HierarchyTreeDescription | Describes how to build a hierarchy of tree nodes. |
| SelfReferenceTreeDescription | Describes how to build a tree from a self-referenced 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. |
| TreeNodeSwipeItem | Stores the caption and image settings for an action button shown when a user swipes a node in the TreeView. |
| TreeNodeSwipeItemCancelEventArgs | Contains data for the SwipeItemShowing event. |
| TreeNodeSwipeItemEventArgs | Provides data for events that are raised when users swipe nodes. |
| TreeNodeView | A node view displayed within a DXTreeView instance. |
| TreeViewScrolledEventArgs | Contains data for the Scrolled event. |
| TreeViewSortDescription | Specifies how to sort TreeView items. |
Interfaces
| Name | Description |
|---|---|
| IChildNodeSelector | The interface that allows you to create a child node selector. |
Enums
| Name | Description |
|---|---|
| TreeDataFilterMode | The filtering mode. |
| TreeNodeCheckActionTarget | List values that specify user actions that can check or uncheck nodes. |
| TreeNodeCheckBoxPosition | Specifies a checkbox position within the node’s container. |
| TreeNodeExpandActionTarget | List values that specify user actions that can expand and collapse nodes. |
| TreeNodePopulationMode | Describes node population modes of the DXTreeView. |
| TreeViewAutoExpandMode | Specifies how to expand nodes when the DXTreeView is initialized. |