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.v23.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
action | ActionBase | An ActionBase object that represents the Action to be registered within the current Action Container View Item. |
Implements
See Also