Skip to main content

AppointmentLabelDataStorage.AddRange(IEnumerable<AppointmentLabel>) Method

Adds a Label collection to this AppointmentLabelDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public void AddRange(
    IEnumerable<AppointmentLabel> labels
)

Parameters

Name Type Description
labels IEnumerable<AppointmentLabel>

An IEnumerable Label collection to be added.

See Also