Back to Devexpress

TdxRangeControlDateTimeScale Class

vcl-dxrangecontrol-0163d72c.md

latest3.0 KB
Original Source

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

TdxRangeControlDateTimeScale Members

dxRangeControl Unit