Skip to main content
A newer version of this page is available. .

ChoiceActionItem() Constructor

Initializes a new instance of the ChoiceActionItem class.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ChoiceActionItem()

Remarks

Usually, you do not need to create Choice Action Items manually. They can be created and added to a Choice Action at design time via the ChoiceActionItem Collection Editor. To invoke this editor, use the ellipsis button of the Action’s ChoiceActionBase.Items property in the Properties window. In this editor, you can add items to a Choice Action Item and specify their settings.

To learn how to create Choice Action items in code, refer to the Add an Action with Option Selection topic.

See Also