TcxSchedulerHolidaysLocationHoliday.Visible Property
In This Article
Specifies whether the holiday is available to the scheduler.
#Declaration
Delphi
property Visible: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
The holiday is available to the scheduler if the TcxSchedulerHolidaysLocation.Visible and Visible property are True.
The default value of the Visible property is True.
See Also