ASPxSchedulerStorage Properties
Represents a storage which holds data for the ASPxScheduler control.Name | Description |
---|---|
AppointmentCacheEnabled | Obsolete. This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from SchedulerStorageBase. |
Appointments | Gets a storage object that contains appointment related information. |
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. Inherited from SchedulerStorageBase. |
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. Inherited from SchedulerStorageBase. |
EnableSmartFetch | Gets or sets whether certain internal criteria for raising the SchedulerStorageBase.FetchAppointments event are applied to reduce the number of data requests. Inherited from SchedulerStorageBase. |
EnableTimeZones | Gets or sets whether the scheduler saves the appointment time zone information. Inherited from SchedulerStorageBase. |
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. Inherited from SchedulerStorageBase. |
IsUpdateLocked | Gets whether the storage has been locked for updating. Inherited from SchedulerStorageBase. |
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. Inherited from SchedulerStorageBase. |
RemindersCheckInterval | Gets or sets the time interval a reminder’s alert time should be checked (in milliseconds). Inherited from SchedulerStorageBase. |
RemindersEnabled | Gets whether the reminders are enabled. Inherited from SchedulerStorageBase. |
Resources | Gets the object which manages resources for appointments. |
ResourceSharing | Gets a value indicating whether an appointment could be shared between multiple resources. Inherited from SchedulerStorageBase. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
SupportsRecurrence | Gets whether the scheduler storage can contain information on appointment recurrence. Inherited from SchedulerStorageBase. |
SupportsReminders | Gets whether the appointment reminder data mapping is specified. Inherited from SchedulerStorageBase. |
TimeZoneId | Gets or sets the time zone in which the SchedulerStorage operates. Inherited from SchedulerStorageBase. |
UnboundMode | Gets a value indicating if the scheduler storage is bound to data. Inherited from SchedulerStorageBase. |
See Also