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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
list | IList<ChoiceActionItem> | An IList<ChoiceActionItem> object that represents a collection of ChoiceActionItem objects to be added. |
See Also