maui-devexpress-dot-maui-dot-scheduler-ad78f948.md
Holds data for a scheduler view.
Namespace : DevExpress.Maui.Scheduler
Assembly : DevExpress.Maui.Scheduler.dll
NuGet Package : DevExpress.Maui.Scheduler
public class SchedulerDataStorage :
SchedulerElement,
IAppearanceOwner
The following members return SchedulerDataStorage objects:
Note
The Scheduler allows you to delete only one item at a time.
This example shows how to bind a DayView instance to a data source that stores custom appointment ( MedicalAppointment ) and label ( MedicalAppointmentType ) objects.
SchedulerDataStorage object.System.Object BindableObject Element DevExpress.Maui.Core.Internal.DXElementBaseCore DevExpress.Maui.Scheduler.Internal.SchedulerElement SchedulerDataStorage
YieldIfNotNull<SchedulerDataStorage>()
CreateAppointmentPageOnTap(DateTime, Boolean)
CreateAppointmentPageOnTap(SchedulerGestureEventArgs, Boolean)
See Also