ChoiceActionItemCollection.RemoveAt(Int32) Method
In This Article
Removes the ChoiceActionItem at the specified index of the ChoiceActionItemCollection.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index of the Choice |
See Also