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 |
---|---|
Track |
A Track |
See Also