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

TdxRangeControlDateTimeScales Class

A set of date/time scales that can be displayed on the range control‘s ruler.

#Declaration

Delphi
TdxRangeControlDateTimeScales = class(
    TcxOwnedPersistent
)

#Remarks

This class provides the following members that allow you to:

Note that in order to access the type-specific properties and methods of particular predefined scales within the scale set, you need to cast returned scale objects to the TdxRangeControlPredefinedDateTimeScale or TdxRangeControlPredefinedDateHeaderScale type, depending on the data selection and visualization model currently employed by the range control.

A TdxRangeControlDateTimeScales object is referenced by the Scales property provided by the TdxRangeControlCustomDateTimeClientProperties class and its descendants.

#Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxRangeControlDateTimeScales
See Also