Skip to main content

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
AppointmentLabelItem

The newly created label item.

See Also