ActionBaseEventArgs.Action Property
In This Article
Provides access to the Action being executed.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public ActionBase Action { get; }
#Property Value
Type | Description |
---|---|
Action |
An Action |
#Remarks
This property allows you to access the members of the Action being executed.
See Also