Back to Devexpress

ISchedulerStorageBase Properties

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-underscore-properties.md

latest3.5 KB
Original Source

ISchedulerStorageBase Properties

A base platform-independent interface that defines a storage which holds the Scheduler data.

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

See Also

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace