TreeList.Refresh(Boolean) Method
Calls the Control.Refresh method, and optionally, clears all automatically calculated node heights.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
recalcNodeHeights | Boolean | true, to recalculate node heights; otherwise, false. |
See Also