Skip to main content
A newer version of this page is available. .
Tab

TrackBarItemCollection Class

A collection of TrackBarItem objects.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class TrackBarItemCollection :
    ListEditItemCollection

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
See Also