Skip to main content

SingleChoiceAction() Constructor

Creates an instance of the SingleChoiceAction class.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v26.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public SingleChoiceAction()

Remarks

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

Usually, you do not need to create SingleChoiceAction objects manually. For details, refer to the Actions topic.

See Also