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

TdxRangeControlDateTimeScale Class

The base class for all classes that implement date/time scales displayed by the range control.

#Declaration

Delphi
TdxRangeControlDateTimeScale = class(
    TcxOwnedPersistent
)

#Remarks

This class provides properties that allow you to:

A TdxRangeControlDateTimeScale object is referenced by:

Note

If you are implementing a custom date/time scale, you may need to override the CeilDate, GetDateInterval, IncDate, RoundDate, and TruncDate functions in a TdxRangeControlDateTimeScale class descendant.

#Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxRangeControlDateTimeScale
See Also