Back to Devexpress

TdxRangeControlDateTimeHeaderClientStyle Class

vcl-dxrangecontrol-ae4f7dc1.md

latest2.2 KB
Original Source

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

delphi
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

TObject TPersistent TcxOwnedPersistent TdxRangeControlCustomClientStyle TdxRangeControlDateTimeHeaderClientStyle

See Also

TdxRangeControlClientStyle

TdxRangeControlDateTimeHeaderClientStyle Members

dxRangeControl Unit