TrackBarItemCollection.Add() Method
Adds a new item to the collection and returnes the newly created object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
TrackBarItem | A TrackBarItem object that is the newly created item. |
See Also