TcxSchedulerHolidaysLocationHoliday.RecurrenceInfo Property
In This Article
Provides access to the holiday’s recurrence data.
#Declaration
Delphi
property RecurrenceInfo: TcxSchedulerHolidayRecurrenceInfo read;
#Property Value
Type |
---|
Tcx |
#Remarks
This property is always initialized with a TcxSchedulerHolidayRecurrenceInfo object, regardless of whether the holiday is recurring or not. For a recurring holiday, TcxSchedulerHolidayRecurrenceInfo object properties contain data for calculating the holiday’s recurrences. To ascertain that the holiday is recurring, call its IsRecurring function.
See Also