Back to Devexpress

IActionContainer.Register(ActionBase) Method

expressappframework-devexpress-dot-expressapp-dot-templates-dot-iactioncontainer-dot-register-x28-devexpress-dot-expressapp-dot-actions-dot-actionbase-x29.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
void Register(
    ActionBase action
)
vb
Sub Register(
    action As ActionBase
)

Parameters

NameTypeDescription
actionActionBase

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

|

See Also

IActionContainer Interface

IActionContainer Members

DevExpress.ExpressApp.Templates Namespace