AppointmentLabelDataStorage.Contains(AppointmentLabel) Method
Identifies whether this AppointmentLabelDataStorage contains the required Label.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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