TreeViewControl.RefreshNodeImage(TreeListNode) Method
In This Article
Reloads the image for the specified node.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public void RefreshNodeImage(
TreeListNode node
)
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
The node whose image should be reloaded. |
#Remarks
Set the TreeViewControl.ShowNodeImages property to true to display node images.
See Also