ActionControlsSiteController.AddActionControl(IActionControlContainer, ActionBase) Method
Adds an Action control to an Action Container.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
container | DevExpress.ExpressApp.Templates.ActionControls.IActionControlContainer | An Action Container. |
action | ActionBase | An Action control. |
See Also