TrackBarItemCollection.IndexOf(TrackBarItem) Method
Searches for a specific item and returns the item’s position within the item collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | TrackBarItem | A TrackBarItem object representing the item to locate in the collection. |
Returns
| Type | Description |
|---|---|
| Int32 | The item’s position in the item collection. |
See Also