TreeListView.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 |
A Tree |
#Remarks
See Also