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

ActionContainerViewItem.Register(ActionBase) Method

Adds a specified Action to an Action Container View Item’s ActionContainerViewItem.Actions collection and creates its control.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public virtual 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 View Item.

See Also