Back to Devexpress

SchedulerStorageBase Properties

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

latest5.4 KB
Original Source

SchedulerStorageBase Properties

Serves as a base class for a class that represents a storage which holds data for the XtraScheduler control.

NameDescription
AppointmentCacheEnabledObsolete. This member supports the internal infrastructure and is not intended to be used directly from your code.
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.
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.
EnableSmartFetchGets or sets whether certain 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.
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.
IsUpdateLockedGets whether the storage has been locked for updating.
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.
ResourceSharingGets a value indicating whether an appointment could be shared between multiple resources.
SiteGets or sets the ISite of the Component. Inherited from Component.
SupportsRecurrenceGets whether the scheduler storage can contain information on appointment recurrence.
SupportsRemindersGets whether the appointment reminder data mapping is specified.
TimeZoneIdGets or sets the time zone in which the SchedulerStorage operates.
UnboundModeGets a value indicating if the scheduler storage is bound to data.

See Also

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace