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

BaseComponent.LayoutChanged() Method

Updates the element.

Namespace: DevExpress.XtraBars.Docking2010.Base

Assembly: DevExpress.XtraBars.v19.2.dll

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