aspnet-devexpress-dot-web-9ff57747.md
A collection of TrackBarItem objects.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class TrackBarItemCollection :
ListEditItemCollectionBase,
IEnumerable<TrackBarItem>,
IEnumerable
Public Class TrackBarItemCollection
Inherits ListEditItemCollectionBase
Implements IEnumerable(Of TrackBarItem),
IEnumerable
The following members return TrackBarItemCollection objects:
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.
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection ListEditItemCollectionBase TrackBarItemCollection
See Also