AgendaView.DataStorage Property
Gets or sets the storage that holds scheduler AgendaView‘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
Declaration
public SchedulerDataStorage DataStorage { get; set; }
Property Value
Type | Description |
---|---|
SchedulerDataStorage | The data storage for the scheduler AgendaView. |
See Also