ChoiceActionItemCollection.IndexOf(ChoiceActionItem) Method
In This Article
Returns the zero-based index of a ChoiceActionItem in the ChoiceActionItemCollection.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public int IndexOf(
ChoiceActionItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Choice |
A Choice |
#Returns
Type | Description |
---|---|
Int32 | The zero-based index of the specified Choice |
See Also