SchedulerDataStorage.CreateLabelItem() Method
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
public AppointmentLabelItem CreateLabelItem()
Returns
Type | Description |
---|---|
AppointmentLabelItem | The newly created label item. |
See Also