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

TcxCustomScheduler.Storage Property

Specifies the event data source for the scheduler control.

#Declaration

Delphi
property Storage: TcxCustomSchedulerStorage read; write;

#Property Value

Type
TcxCustomSchedulerStorage

#Remarks

Use this property to associate the scheduler control with a persistence manager component that stores and manages user events, resources, and concomitant settings.

The scheduler control supports the following event data store modes implemented by the corresponding persistence manager components that you can assign to the Storage property:

Note

The scheduler control can manipulate the content of the associated event data source only if it is active.

The default Storage property value is nil.

See Also