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

NavigationItemCreatedEventArgs.ModelNavigationItem Property

Specifies the Application Model node which represents the created navigation item.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public IModelNavigationItem ModelNavigationItem { get; }

Property Value

Type Description
IModelNavigationItem

An IModelNavigationItem object which represents the Application Model node representing the created navigation item.

See Also