Skip to main content
A newer version of this page is available. .

TreeListRowData.Image Property

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

Namespace: DevExpress.Xpf.Grid.TreeList

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

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