TdxRangeControlDateTimeHeaderClientStyle Class
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.
Declaration
TdxRangeControlDateTimeHeaderClientStyle = class(
TdxRangeControlCustomClientStyle
)
Remarks
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.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxRangeControlCustomClientStyle
TdxRangeControlDateTimeHeaderClientStyle
See Also