Skip to main content
Tab

TrackBarItemCollection.Add() Method

In This Article

Adds a new item to the collection and returnes the newly created object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public TrackBarItem Add()

#Returns

Type Description
TrackBarItem

A TrackBarItem object that is the newly created item.

See Also