Skip to main content
.NET 6.0+

ChoiceActionItemCollection.IndexOf(Object) Method

Returns the zero-based index of a ChoiceActionItem in the ChoiceActionItemCollection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public int IndexOf(
    object value
)

Parameters

Name Type Description
value Object

An object which represents the ChoiceActionItem to locate in the ChoiceActionItemCollection.

Returns

Type Description
Int32

The zero-based index of the specified ChoiceActionItem in the ChoiceActionItemCollection.

See Also