SchedulerDataStorage.CreateAppointmentItem() Method
In This Article
Creates a new AppointmentItem instance and adds it to the AppointmentItems collection.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public AppointmentItem CreateAppointmentItem()
#Returns
Type | Description |
---|---|
Appointment |
The newly created appointment item. |
See Also