ProcessActionContainerEventArgs Class
In This Article
Represents arguments passed to the Frame.ProcessActionContainer event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Remarks
The ProcessActionContainer event occurs when a Template is assigned to a Frame, and allows you to customize the Template’s Action Containers. The ProcessActionContainerEventArgs class exposes a single ProcessActionContainerEventArgs.ActionContainer property, which specifies the Action Container currently being processed.
See Also