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

RangeTrackBarControl Class

The track bar with two sliders that allow a user to select a range of values.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "RangeTrackBarControl")]
public class RangeTrackBarControl :
    TrackBarControl

Remarks

The RangeTrackBarControl control extends the functionality provided by the TrackBarControl enabling end-users to select a range of values. Two sliders can be used to set the minimum and maximum values:

RangeTrackBarControl

The minimum and maximum values that can be set in the control are determined by the RepositoryItemTrackBar.Minimum and RepositoryItemTrackBar.Maximum properties which can be accessed via the RangeTrackBarControl.Properties object.

The current range selected by an end-user is specified by the RangeTrackBarControl.Value property.

See Also