Back to Devexpress

ActionBaseEventArgs.Action Property

expressappframework-devexpress-dot-expressapp-dot-actions-dot-actionbaseeventargs-10b9cb93.md

latest1.4 KB
Original Source

ActionBaseEventArgs.Action Property

Provides access to the Action being executed.

Namespace : DevExpress.ExpressApp.Actions

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public ActionBase Action { get; }
vb
Public ReadOnly Property Action As ActionBase

Property Value

TypeDescription
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

ActionBaseEventArgs Class

ActionBaseEventArgs Members

DevExpress.ExpressApp.Actions Namespace