Skip to main content

TcxSchedulerRangeControlClientStyle Class

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

Declaration

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.

See Also