WinActionContainerViewItem.Register(ActionBase) Method
In This Article
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
public override void Register(
ActionBase action
)
#Parameters
Name | Type | Description |
---|---|---|
action | Action |
An Action |
See Also