Back to Devexpress

TrackBarItemCollection Class

aspnet-devexpress-dot-web-9ff57747.md

latest2.7 KB
Original Source

TrackBarItemCollection Class

A collection of TrackBarItem objects.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TrackBarItemCollection :
    ListEditItemCollectionBase,
    IEnumerable<TrackBarItem>,
    IEnumerable
vb
Public Class TrackBarItemCollection
    Inherits ListEditItemCollectionBase
    Implements IEnumerable(Of TrackBarItem),
               IEnumerable

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

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IEnumerable<TrackBarItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection ListEditItemCollectionBase TrackBarItemCollection

See Also

TrackBarItemCollection Members

Items

TrackBarItem

Track Bar

DevExpress.Web Namespace