Skip to main content

TreeListNode.Image Property

Gets or sets the node's image.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public ImageSource Image { get; set; }

#Property Value

Type Description
ImageSource

A ImageSource object that is the image displayed within the node.

#Remarks

To allow display node images, enable the TreeListView.ShowNodeImages option. Node images can be explicitly specified using the Image property or automatically obtained from the field in a data source with long binary data (its name is specified by the TreeListView.ImageFieldName property).

Node

NOTE

Note the image specified by the Image property overrides an image obtained from a data source (if the TreeListView.ImageFieldName property is specified).

See Also