Back to Devexpress

TcxSchedulerHolidays Class

vcl-cxschedulerholidays.md

latest1.8 KB
Original Source

TcxSchedulerHolidays Class

A component that stores holidays to be used in the bound scheduler.

Declaration

delphi
TcxSchedulerHolidays = class(
    TcxCustomComponent,
    IcxStoredObject,
    IcxStoredParent
)

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 data sources. The component also provides events that allow you to manually control the bi-directional data flow between the component and an external data source.

Use the scheduler’s Storage.Holidays property to bind the TcxSchedulerHolidays component instance to the scheduler storage.

Implements

IcxStoredObject

IcxStoredParent

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxSchedulerHolidays

See Also

How to Add Holidays to a Scheduler at Design-Time

TcxSchedulerHolidays Members

cxSchedulerHolidays Unit