ChoiceActionItemCollection.IndexOf(Object) Method
Returns the zero-based index of a ChoiceActionItem in the ChoiceActionItemCollection.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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