Skip to main content
All docs
V25.1
  • .NET 8.0+

    ActionControlsSiteController.AddActionControl(IActionControlContainer, ActionBase) Method

    Adds an Action control to an Action Container.

    Namespace: DevExpress.ExpressApp.SystemModule

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