ActionBase.AssignInfo(IModelAction) Method
Applies settings stored in the specified Application Model’s node to the current Action.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v22.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
newInfo | IModelAction | An IModelAction object that represents the ActionDesign| Actions | Action node. ActionBase object settings stored in this node will be used for the current Action. |
Remarks
For internal use only.
See Also