BarManager.LayoutChanged() Method
Forces the BarManager to repaint itself after you have made certain modifications to its layout.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void LayoutChanged()
See Also