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

TdxCustomZoomTrackBarProperties Class

Serves as the base class for classes that contain zoom track bar settings.

#Declaration

Delphi
TdxCustomZoomTrackBarProperties = class(
    TcxCustomTrackBarProperties
)

#Remarks

This class extends its ancestor classes with properties that allow you to customize the appearance and behavior of zoom track bar editors. Most of these properties are identical to those found in track bar editors (see TcxCustomTrackBarProperties for reference) and are simply initialized with the values that underpin the zoom track bar’s design. In addition, the TdxCustomZoomTrackBarProperties class introduces the FirstRange and SecondRange option sets, which contain individual settings for adjacent scale ranges used in zoom track bars.

The TdxCustomZoomTrackBarProperties class implements the essential functionality required by zoom track bar editors. The derived TdxZoomTrackBarProperties class simply publishes the inherited properties and events.

A TdxCustomZoomTrackBarProperties object is referenced by the TdxCustomZoomTrackBar.Properties property.

See Also