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

TcxCustomSchedulerStorage.GenerateHolidayEvents(Variant) Method

Creates new user events that represent holidays, and adds them to the storage.

#Declaration

Delphi
procedure GenerateHolidayEvents(const AResourceID: Variant); virtual;

#Parameters

Name Type
AResourceID Variant

#Remarks

The GenerateHolidayEvents method only creates user events for holidays that are available to the scheduler (the TcxSchedulerHolidaysLocationHoliday.Visible property is True).

AResourceID specifies the resource to which these user events will be assigned.

See Also