Skip to main content

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:

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

See Also