TcxSchedulerDateNavigator.HolidayColor Property
In This Article
Specifies a color used to paint holiday dates in the Date Navigator.
#Declaration
Delphi
property HolidayColor: TColor read; write; default cxSchedulerDefaultHolidayColor;
#Property Value
Type | Default |
---|---|
TColor | cx |
#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