Back to Devexpress

ChoiceActionItemCollection Class

expressappframework-devexpress-dot-expressapp-dot-actions-eeb7eabe.md

latest2.4 KB
Original Source

ChoiceActionItemCollection Class

Represents a binding list of ChoiceActionItem objects.

Namespace : DevExpress.ExpressApp.Actions

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class ChoiceActionItemCollection :
    IList<ChoiceActionItem>,
    ICollection<ChoiceActionItem>,
    IEnumerable<ChoiceActionItem>,
    IEnumerable,
    IList,
    ICollection
vb
Public Class ChoiceActionItemCollection
    Implements IList(Of ChoiceActionItem),
               ICollection(Of ChoiceActionItem),
               IEnumerable(Of ChoiceActionItem),
               IEnumerable,
               IList,
               ICollection

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.

Inheritance

Object ChoiceActionItemCollection

See Also

ChoiceActionItemCollection Members

DevExpress.ExpressApp.Actions Namespace