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

CustomShowNavigationItemEventArgs.ActionArguments Property

Represents arguments passed to the navigation Action’s SingleChoiceAction.Execute event.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public SingleChoiceActionExecuteEventArgs ActionArguments { get; }

Property Value

Type Description
SingleChoiceActionExecuteEventArgs

A SingleChoiceActionExecuteEventArgs object which represents arguments passed to the navigation Action’s Execute event.

See Also