Back to Devexpress

ITreeNode Interface

expressappframework-devexpress-dot-persistent-dot-base-dot-general.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
public interface ITreeNode
vb
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

ITreeNode Members

ITreeNodeImageProvider

DevExpress.Persistent.Base.General Namespace