Skip to main content
.NET 6.0+

SimpleAction() Constructor

Creates an instance of the SimpleAction class.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public SimpleAction()

Remarks

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

Usually, you do not need to create SimpleAction objects manually. Instead, use the parent Controller’s Designer to add Actions. For details, refer to the Actions topic.

See Also