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