Skip to main content

NavigationFrame.LayoutChanged() Method

Forces the NavigationFrame to redraw itself.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void LayoutChanged()

Remarks

The LayoutChanged method recalculates all graphical information of the current NavigationFrame instance and redraws it.

See Also