Back to Devexpress

ISchedulerStorage Properties

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

latest4.9 KB
Original Source

ISchedulerStorage Properties

A storage containing persistent objects - appointments, resources and appointment dependencies.

NameDescription
AppointmentDependenciesGets a storage object which manages dependencies between appointments. Inherited from ISchedulerStorageBase.
AppointmentsGets a storage object that contains appointments.
DateTimeSavingModeGets or sets in what time zone to store the appointment dates. Inherited from ISchedulerStorageBase.
EnableRemindersGets or sets whether appointments can have associated reminders. Inherited from ISchedulerStorageBase.
EnableSmartFetchGets or sets whether restrictive internal criteria for raising the SchedulerStorageBase.FetchAppointments event are applied to reduce the number of data requests. Inherited from ISchedulerStorageBase.
EnableTimeZonesGets or sets whether the scheduler saves the appointment time zone information. Inherited from ISchedulerStorageBase.
FetchOnVisibleResourcesChangedGets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed. Inherited from ISchedulerStorageBase.
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 ISchedulerStorageBase.
RemindersCheckIntervalGets or sets the time interval a reminder’s alert time should be checked (in milliseconds). Inherited from ISchedulerStorageBase.
RemindersEnabledGets whether the reminders are enabled. Inherited from ISchedulerStorageBase.
ResourcesReturns the resource storage owned by this storage.
ResourceSharingGets or sets a value indicating whether an appointment can be associated with multiple resources. Inherited from ISchedulerStorageBase.
SupportsRecurrenceGets whether the scheduler storage can have recurrence information. Inherited from ISchedulerStorageBase.
SupportsRemindersGets whether the scheduler storage can have reminder data. Inherited from ISchedulerStorageBase.
TimeZoneIdGets or sets the time zone in which the storage operates. Inherited from ISchedulerStorageBase.
UnboundModeGets a value indicating if the scheduler storage is bound to data. Inherited from ISchedulerStorageBase.

See Also

ISchedulerStorage Interface

ISchedulerStorage Members

DevExpress.XtraScheduler Namespace