maui-devexpress-dot-maui-dot-scheduler-dot-viewbase.md
Gets or sets the storage that holds scheduler view’s data (appointments, labels and statuses). This is a bindable property.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public SchedulerDataStorage DataStorage { get; set; }
| Type | Description |
|---|---|
| SchedulerDataStorage |
The data storage for the scheduler view.
|
This example shows how to bind a DayView instance to a data source that stores custom appointment ( MedicalAppointment ) and label ( MedicalAppointmentType ) objects.
DayView.DataStorage property to a SchedulerDataStorage object.See Also