Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

NavigationItemCreatedEventArgs.ModelNavigationItem Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.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