ShowNavigationItemController.GenerateNavigationItem(IModelApplication, ViewShortcut, String) Method
Creates an Application Model‘s NavigationItem node that defines an item of the ShowNavigationItemController‘s Navigation Action.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
model |
IModel |
An IModel |
view |
View |
A View |
group |
String | A string value representing the name of the Navigation |
#Returns
Type | Description |
---|---|
IModel |
An IModel |
#Remarks
Use this method to create a new NavigationItem node and add it to the Application Model.
If you need to specify a particular value for the new NavigationItem node’s Id and Caption, use another override of this method.