Skip to main content
.NET 6.0+

ChoiceActionItemCollection.Remove(Object) Method

Removes a specific ChoiceActionItem from the ChoiceActionItemCollection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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