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

TreeListView.NodeImageSelector Property

Gets or sets a selector that chooses a node image based on custom logic. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public TreeListNodeImageSelector NodeImageSelector { get; set; }

Property Value

Type Description
DevExpress.Xpf.Grid.TreeListNodeImageSelector

A DevExpress.Xpf.Grid.TreeListNodeImageSelector descendant that chooses a node image based on custom logic.

Remarks

For an example of creating a node image selector, see End-User Customization in the DXTreeList’s demo.

Note

An image specified by the TreeListNode.Image property takes priority over an image specified via the NodeImageSelector.

See Also