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

TdxRangeControlCustomDateTimeHeaderClientProperties.AutoFormatScaleCaptions Property

Specifies if the scale label formatting is automatically changed in response to zooming the selectable range in or out.

#Declaration

Delphi
property AutoFormatScaleCaptions: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use this property to disable or enable the automatic label formatting functionality for all scales currently displayed on the range control’s ruler. If the AutoFormatScaleCaptions property is set to False, the date/time formatting in scale headers cannot change in response to zooming the selectable range in or out.

To change the default rules for automatic date/time formatting in headers of all the predefined scales, use the AutoFormatHelper property.

The default value of the AutoFormatScaleCaptions property is True.

See Also