Skip to main content
.NET 6.0+

NavigationItemCreatedEventArgs.ModelNavigationItem Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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