Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

ActionControlsSiteController.AddActionControl(IActionControlContainer, ActionBase) Method

Adds an Action control to an Action Container.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v20.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