Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ITreeNode Interface

Declares members implemented by the classes that can be represented in a UI via the TreeListEditor.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v24.2.dll

#Declaration

public interface ITreeNode

The following members return ITreeNode objects:

#Remarks

An object implementing the ITreeNode interface represents a tree node. When the TreeList Editors module is added to the application, all the List Views that represent such objects are displayed via the TreeListEditor, by default.

To learn how to implement the ITreeNode interface, refer to the Display a Tree List using the ITreeNode Interface topic.

To support tree node images in a class implementing the ITreeNode interface, implement the ITreeNodeImageProvider interface.

See Also