Skip to main content
.NET 6.0+

ActionBase.AssignFrom(ActionBase) Method

Shares a specified Action’s settings to the current Action.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void AssignFrom(
    ActionBase action
)

Parameters

Name Type Description
action ActionBase

A ActionBase object which represents the Action whose settings will be shared with the current Action.

Remarks

For internal use only.

See Also