ChoiceActionItem() Constructor
Initializes a new instance of the ChoiceActionItem class.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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