Back to Devexpress

SchedulerDataStorage Class

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-42e7301d.md

latest2.1 KB
Original Source

SchedulerDataStorage Class

Holds data for a scheduler view.

Namespace : DevExpress.XamarinForms.Scheduler

Assembly : DevExpress.XamarinForms.Scheduler.dll

NuGet Package : DevExpress.XamarinForms.Scheduler

Declaration

csharp
public class SchedulerDataStorage :
    SchedulerElement

The following members return SchedulerDataStorage objects:

Example

This example shows how to bind a DayView instance to a data source that stores custom appointment ( MedicalAppointment ) and label ( MedicalAppointmentType ) objects.

  1. Assign a view model object to the content page’s BindingContext property.
  2. Set the DayView.DataStorage property to a SchedulerDataStorage object.
  3. Set the SchedulerDataStorage.DataSource property to a DataSource object and specify the following properties of this object:

Inheritance

Object DevExpress.XamarinForms.Scheduler.Internal.SchedulerElement SchedulerDataStorage

Extension Methods

CreateAppointmentPageOnTap(SchedulerGestureEventArgs, Boolean)

See Also

SchedulerDataStorage Members

DevExpress.XamarinForms.Scheduler Namespace