TcxSchedulerRangeControlClientStyle.EventCounterTextColor Property
Specifies the color of the font used to display event counters within the range control‘s content area.
Declaration
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