Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also