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

TreeNodeCollection Class

A collection of tree nodes.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

Declaration

public class TreeNodeCollection :
    TreeListNodeCollectionBase<TreeNode>,
    ITreeListNodeCollection,
    IEnumerable

The following members return TreeNodeCollection objects:

Inheritance

Object
Collection<TreeNode>
DevExpress.Data.TreeList.TreeListNodeCollectionBase<TreeNode>
TreeNodeCollection
See Also