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

TreeList.Refresh(Boolean) Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public void Refresh(
    bool recalcNodeHeights
)

Parameters

Name Type Description
recalcNodeHeights Boolean

true, to recalculate node heights; otherwise, false.

See Also