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

NavigationPane.LayoutChanged() Method

Forces the NavigationPane to redraw itself.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public override void LayoutChanged()

Remarks

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

See Also