Skip to main content

SchedulerDataStorage.CreateAppointmentItem() Method

In This Article

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

C#
public AppointmentItem CreateAppointmentItem()

#Returns

Type Description
AppointmentItem

The newly created appointment item.

See Also