ChoiceActionItemCollection.Remove(ChoiceActionItem) Method
Removes a specific ChoiceActionItem from the ChoiceActionItemCollection.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | ChoiceActionItem | A ChoiceActionItem to remove from the ChoiceActionItemCollection. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the item was successfully removed; false if the specified item was not found in the ChoiceActionItemCollection, or was not successfully removed. |
See Also