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.v24.2.dll
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