Back to Devexpress

TreeList.Refresh(Boolean) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-refresh-x28-system-dot-boolean-x29.md

latest1.3 KB
Original Source

TreeList.Refresh(Boolean) Method

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public void Refresh(
    bool recalcNodeHeights
)
vb
Public Sub Refresh(
    recalcNodeHeights As Boolean
)

Parameters

NameTypeDescription
recalcNodeHeightsBoolean

true , to recalculate node heights; otherwise, false.

|

See Also

AutoNodeHeight

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace