Back to Devexpress

TcxSchedulerRangeControlClientStyle Class

vcl-cxschedulerrangecontrolclientproperties-2144550b.md

latest1.8 KB
Original Source

TcxSchedulerRangeControlClientStyle Class

Stores the appearance settings that can be applied to the range control by the Scheduler data range selection and visualization model.

Declaration

delphi
TcxSchedulerRangeControlClientStyle = class(
    TdxRangeControlDateTimeHeaderClientStyle
)

Remarks

This class extends its ancestor with the EventCounterFont and EventCounterTextColor properties that allow you to customize the font settings applied to all the event counters and the font color applied to the event counters within the current range selection.

A TcxSchedulerRangeControlClientStyle object is referenced by the data range model’s Style property. To access the properties specific to the TcxSchedulerRangeControlClientStyle class, cast the Style property to this class.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxRangeControlCustomClientStyle TdxRangeControlDateTimeHeaderClientStyle TcxSchedulerRangeControlClientStyle

See Also

TcxSchedulerRangeControlClientStyle Members

cxSchedulerRangeControlClientProperties Unit