Skip to main content

BaseComponent.LayoutChanged() Method

Updates the element.

Namespace: DevExpress.XtraBars.Docking2010.Base

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void LayoutChanged()

Remarks

The LayoutChanged method recalculates all the graphical information of the BaseComponent object and redraws it. This method is automatically called when changes are applied to a BaseComponent.

See Also