Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChoiceActionBase.AssignInfo(IModelAction) Method

Applies settings stored in the specified Application Model‘s node to the current Action.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override void AssignInfo(
    IModelAction newInfo
)

Parameters

Name Type Description
newInfo IModelAction

An IModelAction object that represents an ActionDesign | Actions | <Action> node. ChoiceActionBase object settings stored in this node will be used for the current Action.

Remarks

For internal use only.

See Also