Back to Devexpress

DevExpress.Maui.TreeView Namespace

maui-devexpress-dot-maui-95af99c0.md

latest4.4 KB
Original Source

DevExpress.Maui.TreeView Namespace

Contains classes that implement the DXTreeView functionality.

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Classes

NameDescription
ChildNodeSelectorA class that allows you to create a child node selector.
DXTreeViewVisualizes data in the hierarchical structure.
DXTreeViewCommandsStores DXTreeView commands.
HierarchyTreeDescriptionDescribes how to build a hierarchy of tree nodes.
SelfReferenceTreeDescriptionDescribes how to build a tree from a self-referenced data structure.
TreeDescriptionBaseA base class for classes that specify a tree structure for the DXTreeView data source.
TreeNodeA node displayed within a DXTreeView instance.
TreeNodeCancelEventArgsProvides data for the events that can be handled to prevent specific tree node operations.
TreeNodeCheckBoxA checkbox displayed within a tree node.
TreeNodeCheckBoxStateChangedEventArgsContains data for the CheckBoxStateChanged event.
TreeNodeCollectionA collection of tree nodes.
TreeNodeEventArgsProvides data for the DXTreeView events.
TreeNodeExpandButtonAn expand button displayed within a TreeNode.
TreeNodeSwipeItemStores the caption and image settings for an action button shown when a user swipes a node in the TreeView.
TreeNodeSwipeItemCancelEventArgsContains data for the SwipeItemShowing event.
TreeNodeSwipeItemEventArgsProvides data for events that are raised when users swipe nodes.
TreeNodeViewA node view displayed within a DXTreeView instance.
TreeViewScrolledEventArgsContains data for the Scrolled event.
TreeViewSortDescriptionSpecifies how to sort TreeView items.

Interfaces

NameDescription
IChildNodeSelectorThe interface that allows you to create a child node selector.

Enums

NameDescription
TreeDataFilterModeThe filtering mode.
TreeNodeCheckActionTargetList values that specify user actions that can check or uncheck nodes.
TreeNodeCheckBoxPositionSpecifies a checkbox position within the node’s container.
TreeNodeExpandActionTargetList values that specify user actions that can expand and collapse nodes.
TreeNodePopulationModeDescribes node population modes of the DXTreeView.
TreeViewAutoExpandModeSpecifies how to expand nodes when the DXTreeView is initialized.