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

ChoiceActionItemCollection.Remove(Object) Method

Removes a specific ChoiceActionItem from the ChoiceActionItemCollection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public void Remove(
    object value
)

Parameters

Name Type Description
value Object

An object which represents the ChoiceActionItem to remove from the ChoiceActionItemCollection.

See Also