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

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

#Declaration

Delphi
property EventCounterTextColor: TColor read; write; default clDefault;

#Property Value

Type Default
TColor clDefault

#Remarks

This property value is used to display the event counters within the selected date/time range. The event counters outside the selected range are always grayed out.

Note that the EventCounterFont.Color property value does not affect the event counter text color.

The default value of the EventCounterTextColor property is clDefault.

See Also