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

ChoiceActionItemCollection.IndexOf(Object) Method

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

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