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.1.dll

Declaration

[ToolboxTabName("DX.18.1: Common Controls")]
[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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RangeTrackBarControl class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also