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