Skip to main content
All docs
V24.2
Tab

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

public void Insert(
    int index,
    TrackBarItem item
)

Parameters

Name Type Description
index Int32

The position where to insert the item.

item TrackBarItem

A TrackBarItem object to insert.

See Also