TcxSchedulerHolidaysLocationHoliday.IsVisible Property
Returns whether the holiday is available to the scheduler.
Declaration
property IsVisible: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
If the holiday location and the holiday are available to the scheduler (the TcxSchedulerHolidaysLocation.Visible and TcxSchedulerHolidaysLocationHoliday.Visible properties are True), the IsVisible property returns True.
See Also