Skip to main content
Tab

TrackBarItemCollection.Add(TrackBarItem) Method

Adds a specified item to the end of the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    TrackBarItem item
)

Parameters

Name Type Description
item TrackBarItem

A TrackBarItem object specifying an item to be added.

Remarks

Use the Add method to add a specified item to the end of the TrackBarItemCollection object.

See Also