vcl-dxrangecontrol-ae4f7dc1.md
Stores the appearance settings that can be applied to the range control by the Date/Time Header and Scheduler data range selection and visualization models.
TdxRangeControlDateTimeHeaderClientStyle = class(
TdxRangeControlCustomClientStyle
)
This class extends its ancestor with properties that allow you to specify colors for the following elements displayed by the range control:
Headers in all scales displayed on the ruler (RulerHeaderColor);
The hot-tracked scale header (RulerHeaderHotColor);
The label text within scale headers (RulerHeaderTextColor).
A TdxRangeControlDateTimeHeaderClientStyle object is referenced by the data range model’s Style property. To access properties specific to the TdxRangeControlDateTimeHeaderClientStyle class, cast the Style properties to this class.
TObject TPersistent TcxOwnedPersistent TdxRangeControlCustomClientStyle TdxRangeControlDateTimeHeaderClientStyle
See Also