Skip to main content
All docs
V23.2
.NET 6.0+

ActionControlsSiteController.AddActionControl(IActionControlContainer, ActionBase) Method

Adds an Action control to an Action Container.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void AddActionControl(
    IActionControlContainer container,
    ActionBase action
)

Parameters

Name Type Description
container DevExpress.ExpressApp.Templates.ActionControls.IActionControlContainer

An Action Container.

action ActionBase

An Action control.

See Also