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

TrackBarItem Constructors

An individual item within the ASPxTrackBar control.
Name Parameters Description
TrackBarItem() none Initializes a new instance of the TrackBarItem class with default settings.
TrackBarItem(String, Object, String) text, value, toolTip Initializes a new instance of the TrackBarItem class with the specified settings.
TrackBarItem(String, Object) text, value Initializes a new instance of the TrackBarItem class with the specified settings.
TrackBarItem(String) text Initializes a new instance of the TrackBarItem class with the specified text.
See Also