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

ITreeNodeImageProvider Interface

In This Article

Can be implemented by the classes implementing the ITreeNode interface, to support raster node images.

Namespace: DevExpress.Persistent.Base.General

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

#Declaration

public interface ITreeNodeImageProvider

#Remarks

Implement the ITreeNodeImageProvider interface to enable images for a Tree List‘s objects.

ITreeNodeImageProvider

The ITreeNodeImageProvider interface declares a single member - the ITreeNodeImageProvider.GetImage method. This method returns a raster image corresponding to a tree node.

To see an example of the ITreeNodeImageProvider interface implementation, refer to the Node Images in a Tree List topic.

See Also