Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerHolidaysLocationHoliday.RecurrenceInfo Property

Provides access to the holiday’s recurrence data.

#Declaration

Delphi
property RecurrenceInfo: TcxSchedulerHolidayRecurrenceInfo read;

#Property Value

Type
TcxSchedulerHolidayRecurrenceInfo

#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