TreeListNode.Image Property
In This Article
Gets or sets the node's image.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Image |
A Image |
#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).
NOTE
Note the image specified by the Image property overrides an image obtained from a data source (if the Tree
See Also