TrackBarItemCollection.Insert(Int32, TrackBarItem) Method
Adds a specific item to the specified position within the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The position where to insert the item. |
| item | TrackBarItem | A TrackBarItem object to insert. |
See Also