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.EventCounterFont Property

Specifies the font used to display event counters within the range control‘s content area.

#Declaration

Delphi
property EventCounterFont: TFont read; write;

#Property Value

Type
TFont

#Remarks

Use this property to customize the font settings applied to all event counters displayed by the range control associated with the Scheduler.

Note that the EventCounterFont.Size property value can determine if event counters fit into particular minimum selectable time ranges corresponding to the primary scale’s measurement unit. For more details, refer to the Scheduler data range model’s DataDisplayType property description.

To change the default color of all event counters, use the EventCounterTextColor property.

See Also