Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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