Skip to main content
.NET 6.0+

ModelActionsNodesGenerator.SetAction(IModelAction, ActionBase) Method

Associates the IModelAction node with the specified Action .

Namespace: DevExpress.ExpressApp.Model.NodeGenerators

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static void SetAction(
    IModelAction modelAction,
    ActionBase action
)

Parameters

Name Type Description
modelAction IModelAction

An IModelAction node which represents the Action settings.

action ActionBase

An ActionBase Action to be associated with the specified IModelAction node.

Remarks

Additionally, this method updates the IModelAction.Caption property with the ActionBase.Caption value.

See Also