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