WinActionContainerViewItem.Register(ActionBase) Method
Adds a specified Action to a Win Action Container View Item’s ActionContainerViewItem.Actions collection and creates its control.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
action | ActionBase | An ActionBase object that represents the Action to be registered within the current Win Action Container View Item. |
See Also