Skip to main content

TreeList.Refresh(Boolean) Method

Calls the Control.Refresh method, and optionally, clears all automatically calculated node heights.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public void Refresh(
    bool recalcNodeHeights
)

Parameters

Name Type Description
recalcNodeHeights Boolean

true, to recalculate node heights; otherwise, false.

See Also