Skip to main content

ParametrizedAction() Constructor

Creates a new Parametrized Action.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v26.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ParametrizedAction()

Remarks

Basicaly, all Actions are contained and managed by Controllers specified by their ActionBase.Controller property. This constructor creates a Parametrized Action and sets null for its ActionBase.Controller property.

See Also