Skip to main content
A newer version of this page is available. .

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