Skip to main content

SchedulerStorage Class

A storage which holds data for the scheduler control.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public class SchedulerStorage :
    SchedulerFrameworkElement

#Returned By

Properties that return SchedulerStorage instances:

#Remarks

Data for the scheduler control is contained in a storage represented by the SchedulerStorage class. This storage can be accessed via the SchedulerControl.Storage property.

The SchedulerStorage.AppointmentStorage and SchedulerStorage.ResourceStorage properties hold collections of appointments and appointment resources. Use these properties to populate the collections manually or automatically, by binding them to data sources.

#Examples

This example demonstrates how to get access to the scheduler storage and modify its properties. For this, the SchedulerControl.Storage property is used.

#Inheritance

Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
DevExpress.Xpf.Core.DXFrameworkElement
DevExpress.Xpf.Scheduler.SchedulerFrameworkElement
SchedulerStorage
See Also