TcxSchedulerDateNavigator.HolidayColor Property
Specifies a color used to paint holiday dates in the Date Navigator.
Declaration
property HolidayColor: TColor read; write; default cxSchedulerDefaultHolidayColor;
Property Value
| Type | Default |
|---|---|
| TColor | cxSchedulerDefaultHolidayColor |
Remarks
Holiday dates are painted with the specified color, if the ShowDatesContainingHolidaysInColor property is set to True.
The default value of the HolidayColor property is clRed.
See Also