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

ChoiceActionItemCollection.AddRange(IList<ChoiceActionItem>) Method

Adds specified Choice Action Items to a Choice Action’s ChoiceActionBase.Items collection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public void AddRange(
    IList<ChoiceActionItem> list
)

Parameters

Name Type Description
list IList<ChoiceActionItem>

An IList<ChoiceActionItem> object that represents a collection of ChoiceActionItem objects to be added.

See Also