ModelActionsNodesGenerator.SetAction(IModelAction, ActionBase) Method
Associates the IModelAction node with the specified Action .
Namespace: DevExpress.ExpressApp.Model.NodeGenerators
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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