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

TreeList.RefreshNode(TreeListNode) Method

Refreshes the specified node.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

public virtual void RefreshNode(
    TreeListNode node
)

Parameters

Name Type Description
node TreeListNode

A TreeListNode to be refreshed.

See Also