ChoiceActionItemCollection.Insert(Int32, Object) Method
Inserts a ChoiceActionItem into the ChoiceActionItemCollection at the specified index.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The zero-based index at which the ChoiceActionBase should be inserted. |
| value | Object | An object which represents the ChoiceActionItem to insert. |
Remarks
If the ChoiceActionItemCollection already contains the specified ChoiceActionItem, the item will not be inserted.
See Also