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

TreeList.LayoutChanged() Method

Called when global changes are applied to the TreeList object.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public virtual void LayoutChanged()

Remarks

This method relates to the TreeList.EndUpdate method. It recalculates all graphical information of the current TreeList instance and redraws it.

See Also