TcxSchedulerDateNavigator.ShowDatesContainingHolidaysInColor Property
In This Article
Specifies whether holiday dates are to be highlighted in the Date Navigator.
#Declaration
Delphi
property ShowDatesContainingHolidaysInColor: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
To paint holiday dates with a color specified via the HolidayColor property, set the ShowDatesContainingHolidaysInColor property to True.
The default value of the ShowDatesContainingHolidaysInColor property is False.
See Also