Skip to main content

SchedulerDataStorage.CreateAppointmentItem() Method

Creates a new AppointmentItem instance and adds it to the AppointmentItems collection.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public AppointmentItem CreateAppointmentItem()

Returns

Type Description
AppointmentItem

The newly created appointment item.

See Also