Skip to main content
A newer version of this page is available. .
Tab

TrackBarItemCollection.Add(String) Method

Adds a new item to the collection and specifies the item’s display text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual TrackBarItem Add(
    string text
)

Parameters

Name Type Description
text String

A String value specifying the item’s display text. Initializes the item’s TrackBarItem.Text property.

Returns

Type Description
TrackBarItem

A TrackBarItem object that is the newly created item.

See Also