ChoiceActionItemCollection.Remove(Object) Method
Removes a specific ChoiceActionItem from the ChoiceActionItemCollection.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | An object which represents the ChoiceActionItem to remove from the ChoiceActionItemCollection. |
See Also