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