Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChoiceActionItemCollection Class

Represents a binding list of ChoiceActionItem objects.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public class ChoiceActionItemCollection :
    IList<ChoiceActionItem>,
    ICollection<ChoiceActionItem>,
    IEnumerable<ChoiceActionItem>,
    IEnumerable,
    IList,
    ICollection

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.

Inheritance

Object
ChoiceActionItemCollection
See Also