ActionBase.AssignFrom(ActionBase) Method
Shares a specified Action’s settings to the current Action.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
action | ActionBase | A ActionBase object which represents the Action whose settings will be shared with the current Action. |
Remarks
For internal use only.
See Also