ChoiceActionItemCollection.RemoveAt(Int32) Method
Removes the ChoiceActionItem at the specified index of the ChoiceActionItemCollection.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v26.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The zero-based index of the ChoiceActionItem to remove. |
See Also