Skip to main content

NavigationPane.LayoutChanged() Method

Forces the NavigationPane to redraw itself.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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