SchedulerStorage Properties
A storage which holds data for the Scheduler Control.| Name | Description |
|---|---|
| AppointmentStorage | Provides access to a storage that contains information on appointments. |
| DataContext | Gets or sets the data context for an element when it participates in data binding. Inherited from FrameworkElement. |
| DateTimeSavingMode | Gets or sets in what time zone to store the appointment dates. |
| DefaultStyleKey protected | Gets or sets the key to use to reference the style for this control, when theme styles are used or defined. Inherited from FrameworkElement. |
| EnableReminders | Gets or sets whether the reminder availability for appointments is enabled. |
| EnableSmartFetch | Gets or sets whether certain internal criteria for raising the SchedulerStorage.FetchAppointments event are applied to reduce the number of data requests. |
| EnableTimeZones | Gets or sets whether the end-user can select time zones in the appointment editing form. |
| FetchOnVisibleResourcesChanged | Gets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed. |
| HasEffectiveKeyboardFocus protected | Gets a value that indicates whether the UIElement has focus. Inherited from UIElement. |
| InheritanceBehavior protected | Gets or sets the scope limits for property value inheritance, resource key lookup, and RelativeSource FindAncestor lookup. Inherited from FrameworkElement. |
| InnerStorage | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| IsEnabledCore protected | Gets a value that becomes the return value of IsEnabled in derived classes. Inherited from UIElement. |
| IsUpdateLocked | Gets whether the storage has been locked for updating. |
| LogicalChildren protected | Gets an enumerator for logical child elements of this element. Inherited from FrameworkElement. |
| Name | Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. Inherited from FrameworkElement. |
| RemindersCheckInterval | Gets or sets the time interval between checks of the reminder alert time (in milliseconds). |
| RemindersEnabled | Gets whether the reminders are enabled. |
| ResourceSharing | Gets a value indicating whether an appointment could be shared between multiple resources. |
| ResourceStorage | Provides access to an object which manages resources for appointments. |
| StylusPlugIns protected | Gets a collection of all stylus plug-in (customization) objects associated with this element. Inherited from UIElement. |
| SupportsRecurrence | Gets whether the information on appointment recurrence is obtained from a data source. |
| SupportsReminders | Gets whether the information on appointment reminders is obtained from a data source. |
| Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkElement. |
| 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. |
| VisualBitmapEffect protected | Gets or sets the BitmapEffect value for the Visual. Inherited from Visual. |
| VisualBitmapEffectInput protected | Gets or sets the BitmapEffectInput value for the Visual. Inherited from Visual. |
| VisualBitmapScalingMode protected | Gets or sets the BitmapScalingMode for the Visual. Inherited from Visual. |
| VisualCacheMode protected | Gets or sets a cached representation of the Visual. Inherited from Visual. |
| VisualChildrenCount protected | Gets the number of visual child elements within this element. Inherited from FrameworkElement. |
| VisualClearTypeHint protected | Gets or sets the ClearTypeHint that determines how ClearType is rendered in the Visual. Inherited from Visual. |
| VisualClip protected | Gets or sets the clip region of the Visual as a Geometry value. Inherited from Visual. |
| VisualEdgeMode protected | Gets or sets the edge mode of the Visual as an EdgeMode value. Inherited from Visual. |
| VisualEffect protected | Gets or sets the bitmap effect to apply to the Visual. Inherited from Visual. |
| VisualOffset protected | Gets or sets the offset value of the visual object. Inherited from Visual. |
| VisualOpacity protected | Gets or sets the opacity of the Visual. Inherited from Visual. |
| VisualOpacityMask protected | Gets or sets the Brush value that represents the opacity mask of the Visual. Inherited from Visual. |
| VisualParent protected | Gets the visual tree parent of the visual object. Inherited from Visual. |
| VisualScrollableAreaClip protected | Gets or sets a clipped scrollable area for the Visual. Inherited from Visual. |
| VisualTextHintingMode protected | Gets or sets the TextHintingMode of the Visual. Inherited from Visual. |
| VisualTextRenderingMode protected | Gets or sets the TextRenderingMode of the Visual. Inherited from Visual. |
| VisualTransform protected | Gets or sets the Transform value for the Visual. Inherited from Visual. |
| VisualXSnappingGuidelines protected | Gets or sets the x-coordinate (vertical) guideline collection. Inherited from Visual. |
| VisualYSnappingGuidelines protected | Gets or sets the y-coordinate (horizontal) guideline collection. Inherited from Visual. |
See Also