ShowNavigationItemController.GenerateNavigationItem(IModelApplication, String, String, String, String, String) Method
Creates an Application Model’s NavigationItem node that defines an item of the ShowNavigationItemController‘s ShowNavigationItem Action.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
model |
IModel |
An IModel |
navigation |
String | A string value representing the name of the Navigation |
navigation |
String | A string value that represents an identifier of the new Navigation |
navigation |
String | A string value that represents an identifier of the new Navigation |
view |
String | A string representing the identifier of a View that is displayed when the created Navigation Item is clicked in the navigation control. |
object |
String | A string representing the key property value of the object which should be opened in the View specified by the view |
#Returns
Type | Description |
---|---|
IModel |
An IModel |
#Remarks
Use this method to create a new NavigationItem node and add it to the Application Model.