Skip to main content
A newer version of this page is available. .

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

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