Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomRangeTrackBar Class

Serves as the base class for classes that implement range track bar editors.

#Declaration

Delphi
TdxCustomRangeTrackBar = class(
    TcxCustomTrackBar
)

#Remarks

A range track bar editor is a track bar editor that provides two sliders (also called thumbs) to select a range of values on its bar.

The TdxCustomRangeTrackBar class extends its ancestor class with properties that allow you to:

  • Specify the selected range of values (Range);

  • Customize the appearance and behavior settings of the range track bar editor (Properties);

  • Access the properties that are currently applied to the range track bar editor (ActiveProperties).

The TdxCustomRangeTrackBar class implements all the functionality needed by its descendants, TdxRangeTrackBar and TdxDBRangeTrackBar, which primarily publish inherited properties and events.

See Also