ChoiceActionItemCollection.AddRange(IList<ChoiceActionItem>) Method
In This Article
Adds specified Choice Action Items to a Choice Action’s ChoiceActionBase.Items collection.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public void AddRange(
IList<ChoiceActionItem> list
)
#Parameters
Name | Type | Description |
---|---|---|
list | IList<Choice |
An IList |
See Also