TrackBarItemCollection Class
A collection of TrackBarItem objects.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public class TrackBarItemCollection :
ListEditItemCollectionBase,
IEnumerable<TrackBarItem>,
IEnumerable
Related API Members
The following members return TrackBarItemCollection objects:
Remarks
The TrackBarItemCollection class manages a collection of TrackBarItem objects. The properties and methods exposed by the collection can be used to perform common collection operations such as adding new or deleting the existing menu items. Individual menu items can be accessed using either indexer notation, by their display texts or values using the specific methods of the collection.
The TrackBarItemCollection collection can be accessed via the ASPxTrackBar.Items property.
Implements
DevExpress.Utils.IAssignableCollection
Inheritance
Object
StateManagedCollectionBase
Collection
ListEditItemCollectionBase
TrackBarItemCollection
See Also