TreeListView.NodeImageSelector Property
In This Article
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.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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 Tree
See Also