XtraTabControl.LayoutChanged() Method
Updates a tab control.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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