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