ParametrizedAction(IContainer) Constructor
Creates a new Parametrized Action and initializes its container.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| container | IContainer | An object that includes members of the IContainer interface. This object is assigned to the ActionBase.Controller property. |
Remarks
Currently, members of the IContainer interface are implemented in the Controller class only. So, the contianer parameter is used to initialize the ActionBase.Controller property of the created Parametrized Action.
See Also