SchedulerDataStorage Properties
The component that holds data for the SchedulerControl.Name | Description |
---|---|
AppointmentDependencies | Gets a storage object which manages dependencies between appointments. |
Appointments | Gets a storage object that contains appointments. |
CacheResources | |
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
DateTimeSavingMode | Gets or sets in what time zone to store the appointment dates. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
EnableReminders | Gets or sets whether the Reminder availability for appointments is enabled. |
EnableSmartFetch | Gets or sets whether certain internal criteria for raising the SchedulerDataStorage.FetchAppointments event are applied to reduce the number of data requests. |
EnableTimeZones | Gets or sets whether the scheduler saves the appointment time zone information. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
FetchOnVisibleResourcesChanged | Gets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed. |
IsDisposed | Returns whether or not this SchedulerDataStorage is disposed. |
Labels | Gets a storage object that contains appointment labels. |
ReminderDstBehaviorType | Gets or sets the reminder’s behavior if the reminder alert falls within the interval that actually doesn’t exist because of the Daylight Saving Time shift. |
RemindersCheckInterval | Gets or sets the time interval a reminder’s alert time should be checked (in milliseconds). |
RemindersEnabled | Returns whether or not this SchedulerDataStorage supports reminders. |
Resources | Gets the object which manages resources for appointments. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Statuses | Gets a storage object that contains appointment statuses. |
SupportsRecurrence | Gets whether the scheduler storage can contain information on appointment recurrence. |
SupportsReminders | Gets whether the appointment reminder data mapping is specified. |
TimeZoneId | Gets or sets the time zone in which the SchedulerDataStorage operates. |
See Also