Skip to main content
.NET 6.0+

ShowNavigationItemController.RecreateNavigationItems() Method

Recreates navigation items.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void RecreateNavigationItems()

Remarks

Call this method to immediate recreate all navigation items defined in the Application Model. Refer to the following example for more information: How to show the number of List View items in the Navigation Control.

See Also