Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

void Register(
    ActionBase action
)

Parameters

Name Type Description
action ActionBase

An ActionBase object that represents the Action to be registered within the current Action Container.

See Also