TrackBarItemCollection.Add(TrackBarItem) Method
Adds a specified item to the end of the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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