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

TdxZoomTrackBarRangeOptions Class

Contains scale range settings for zoom track bars.

#Declaration

Delphi
TdxZoomTrackBarRangeOptions = class(
    TcxOwnedPersistent
)

#Remarks

This class provides settings for one of two scale ranges found in a zoom track bar editor. Each scale range provides its own set of settings and these settings are identical to those found in a normal track bar.

A TdxZoomTrackBarRangeOptions object is referenced by a zoom track bar editor’s Properties.FirstRange and Properties.SecondRange properties.

#Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxZoomTrackBarRangeOptions
See Also