Skip to main content

TreeListRowData.Image Property

Gets or sets the image that is displayed within the treelist row.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ImageSource Image { get; set; }

Property Value

Type Description
ImageSource

A System.Windows.Media.ImageSource class descendant.

Remarks

Node

To get whether the image is shown within the treelist row, use the TreeListRowData.IsImageVisible property.

To learn more, see Nodes Overview.

See Also