Back to Devexpress

ITreeNodeImageProvider.GetImage(out String) Method

expressappframework-devexpress-dot-persistent-dot-base-dot-general-dot-itreenodeimageprovider-dot-getimage-x28-system-dot-string-x29.md

latest1.8 KB
Original Source

ITreeNodeImageProvider.GetImage(out String) Method

Returns the raster image corresponding to a tree node.

Namespace : DevExpress.Persistent.Base.General

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
DXImage GetImage(
    out string imageName
)
vb
Function GetImage(
    ByRef imageName As String
) As DXImage

Parameters

NameTypeDescription
imageNameString

The returned raster image’s name.

|

Returns

TypeDescription
DXImage

The raster image corresponding to a tree node.

|

Remarks

This method returns the raster image that corresponds to a Tree List‘s node. Specify the imageName parameter only if you use the same image for multiple nodes. Otherwise, assign null.

See Also

ITreeNodeImageProvider Interface

ITreeNodeImageProvider Members

DevExpress.Persistent.Base.General Namespace