Skip to main content
.NET 6.0+

NavigationItemCreatedEventArgs.NavigationItem Property

Represents a navigation Action‘s item for which the navigation item has been created in the navigation control.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ChoiceActionItem NavigationItem { get; }

Property Value

Type Description
ChoiceActionItem

A ChoiceActionItem object which represents a navigation Action’s item for which the navigation item has been created in the navigation control.

See Also