Skip to main content

SchedulerStorageBase Properties

Serves as a base class for a class that represents a storage which holds data for the XtraScheduler control.
Name Description
AppointmentCacheEnabled Obsolete. This member supports the internal infrastructure and is not intended to be used directly from your code.
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 SchedulerStorageBase.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.
IsUpdateLocked Gets whether the storage has been locked for updating.
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 Gets whether the reminders are enabled.
ResourceSharing Gets a value indicating whether an appointment could be shared between multiple resources.
Site Gets or sets the ISite of the Component. Inherited from Component.
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 SchedulerStorage operates.
UnboundMode Gets a value indicating if the scheduler storage is bound to data.
See Also