ChoiceActionItemCollection Class
In This Article
Represents a binding list of ChoiceActionItem objects.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Related API Members
The following members return ChoiceActionItemCollection objects:
#Remarks
This class is used in the ChoiceActionBase and ChoiceActionItem classes. It provides the ChoiceActionItemCollection.AddRange method that allows adding a set of Choice Action Items to the ChoiceActionBase.Items and ChoiceActionItem.Items collections.
See Also