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

ProcessActionContainerEventArgs.ActionContainer Property

Specifies the Action Container currently being processed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public IActionContainer ActionContainer { get; }

Property Value

Type Description
IActionContainer

An IActionContainer object representing the Action Container currently being processed.

See Also