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

ActionBaseEventArgs.Action Property

Provides access to the Action being executed.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public ActionBase Action { get; }

Property Value

Type Description
ActionBase

An ActionBase object that represents the Action whose Execute event has been raised.

Remarks

This property allows you to access the members of the Action being executed.

See Also