Back to Devexpress

SchedulerStorage Properties

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerstorage-dot-underscore-properties.md

latest7.4 KB
Original Source

SchedulerStorage Properties

Use a SchedulerDataStorage as a component that holds data for the SchedulerControl.

NameDescription
AppointmentCacheEnabledObsolete. This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from SchedulerStorageBase.
AppointmentDependenciesGets a storage object which manages dependencies between appointments.
AppointmentsGets a storage object that contains appointments.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DateTimeSavingModeGets or sets in what time zone to store the appointment dates. Inherited from SchedulerStorageBase.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
EnableRemindersGets or sets whether the Reminder availability for appointments is enabled. Inherited from SchedulerStorageBase.
EnableSmartFetchGets or sets whether certain internal criteria for raising the SchedulerStorageBase.FetchAppointments event are applied to reduce the number of data requests. Inherited from SchedulerStorageBase.
EnableTimeZonesGets or sets whether the scheduler saves the appointment time zone information. Inherited from SchedulerStorageBase.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FetchOnVisibleResourcesChangedGets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed. Inherited from SchedulerStorageBase.
IsUpdateLockedGets whether the storage has been locked for updating. Inherited from SchedulerStorageBase.
ReminderDstBehaviorTypeGets 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. Inherited from SchedulerStorageBase.
RemindersCheckIntervalGets or sets the time interval a reminder’s alert time should be checked (in milliseconds). Inherited from SchedulerStorageBase.
RemindersEnabledGets whether the reminders are enabled. Inherited from SchedulerStorageBase.
ResourcesGets the object which manages resources for appointments.
ResourceSharingGets a value indicating whether an appointment could be shared between multiple resources. Inherited from SchedulerStorageBase.
SiteGets or sets the ISite of the Component. Inherited from Component.
SupportsRecurrenceGets whether the scheduler storage can contain information on appointment recurrence. Inherited from SchedulerStorageBase.
SupportsRemindersGets whether the appointment reminder data mapping is specified. Inherited from SchedulerStorageBase.
TimeZoneIdGets or sets the time zone in which the SchedulerStorage operates. Inherited from SchedulerStorageBase.
UnboundModeGets a value indicating if the scheduler storage is bound to data. Inherited from SchedulerStorageBase.

See Also

SchedulerStorage Class

SchedulerStorage Members

DevExpress.XtraScheduler Namespace