Skip to main content
.NET Framework 4.6.2+

ProcessActionContainerEventArgs.ActionContainer Property

Specifies the Action Container currently being processed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IActionContainer ActionContainer { get; }

Property Value

Type Description
IActionContainer

An IActionContainer object representing the Action Container currently being processed.

See Also