Skip to main content
.NET 6.0+

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