Skip to main content
A newer version of this page is available. .

AppointmentLabelDataStorage.AddRange(IEnumerable<AppointmentLabel>) Method

Adds a Label collection to this AppointmentLabelDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public void AddRange(
    IEnumerable<AppointmentLabel> labels
)

Parameters

Name Type Description
labels IEnumerable<AppointmentLabel>

An IEnumerable Label collection to be added.

See Also