TrackBarItem Properties
An individual item within the ASPxTrackBar control.| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Text | Gets or sets the track bar item’s text. |
| ToolTip | Gets or sets the current item’s tooltip text. |
| Value | Gets or sets the item’s associated value. |
See Also