AppointmentLabelItemCollection(SchedulerDataStorage) Constructor
Initializes a new AppointmentLabelItemCollection instance with the specified owner.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public AppointmentLabelItemCollection(
SchedulerDataStorage storage
)
Parameters
Name | Type | Description |
---|---|---|
storage | SchedulerDataStorage | The collection owner. |
See Also