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

AppointmentLabelDataStorage.Contains(AppointmentLabel) Method

Identifies whether this AppointmentLabelDataStorage contains the required Label.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool Contains(
    AppointmentLabel label
)

Parameters

Name Type Description
label AppointmentLabel

An AppointmentLabel to check.

Returns

Type Description
Boolean

true if this AppointmentLabelDataStorage contains the required Label; otherwise, false.

See Also