Skip to main content

XtraTabControl.LayoutChanged() Method

Updates a tab control.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void LayoutChanged()

Remarks

The LayoutChanged method recalculates all the graphical information of the tab control and redraws it. This method is automatically called when changes are applied to the tab control (for example, when the location or orientation of tab headers is changed, appearance settings modified, etc). This method can also be called manually when the tab control needs to be updated.

Calling the LayoutChanged method has no effect if the XtraTabControl.BeginUpdate method has been called.

See Also