IActionContainer.Register(ActionBase) Method
Adds a specified Action to an Action Container‘s IActionContainer.Actions collection and creates its control.
Namespace: DevExpress.ExpressApp.Templates
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| action | ActionBase | An ActionBase object that represents the Action to be registered within the current Action Container. |
See Also