Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual void AssignInfo(
    IModelAction newInfo
)

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