Skip to main content
.NET 6.0+

ActionBaseEventArgs.Action Property

Provides access to the Action being executed.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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