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.Holidays Property

References the TcxSchedulerHolidays component instance.

#Declaration

Delphi
property Holidays: TcxSchedulerHolidays read; write;

#Property Value

Type
TcxSchedulerHolidays

#Remarks

The TcxSchedulerHolidays component provides the following capabilities:

  • Storage management. Using the component, you can do the following:

  • Dynamically change holidays that are to be persisted in the component storage.

  • Perform read operations on holidays. Any individual holiday can be obtained from the component, or a set of holidays can be retrieved from it into the specified cache.

  • Export and import operations – holidays can be transferred to or from external sources. The component also provides events that allow you to manually control the bi-directional data flow between the component and an external source when these operations are being performed.

See Also