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

TdxRangeControlCustomDateTimeClientProperties.Scales Property

Provides access to all scales that can be displayed on the range control‘s ruler provided by a date/time client.

#Declaration

Delphi
property Scales: TdxRangeControlDateTimeScales read; write;

#Property Value

Type
TdxRangeControlDateTimeScales

#Remarks

You can use this property to switch the visibility of particular date/time scales on the range control’s ruler and customize their settings. For detailed information on available scale types and options provided by the range control’s date/time clients, refer to the TdxRangeControlDateTimeScales class description.

See Also