Skip to main content
A newer version of this page is available. .

ChoiceActionItemCollection.Remove(ChoiceActionItem) Method

Removes a specific ChoiceActionItem from the ChoiceActionItemCollection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public bool Remove(
    ChoiceActionItem item
)

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