Skip to main content
All docs
V25.2
  • Tab

    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

    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