Skip to main content

TreeList.LayoutChanged() Method

Called when global changes are applied to the TreeList object.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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