Skip to main content

TreeListView.ShowNodeImages Property

Gets or sets whether to display node images or not. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public bool ShowNodeImages { get; set; }

#Property Value

Type Description
Boolean

true to allow display node images; otherwise, false.

#Remarks

Nodes can display images. Images can be assigned using the TreeListNode.Image property or obtained from the data source field with long binary data. Its name should be specified using the TreeListView.ImageFieldName property. To allow display images, enable the ShowNodeImages option.

TreeListView

See Also