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.FirstRange Property

Specifies the settings of the editor’s first scale range.

#Declaration

Delphi
property FirstRange: TdxZoomTrackBarRangeOptions read; write;

#Property Value

Type
TdxZoomTrackBarRangeOptions

#Remarks

The first scale range runs from the Min property value to 100, while the second scale range runs from 100 to the Max property value. For both these scale ranges, 100 is a boundary value, which is always displayed in the middle of the zoom track bar.

Use the FirstRange property to customize scale settings of the first range. Refer to the TdxZoomTrackBarRangeOptions class description to learn about available settings.

See Also