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

CustomShowNavigationItemEventArgs.ActionArguments Property

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

Namespace: DevExpress.ExpressApp.SystemModule

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