AppointmentStatusDataStorage.Contains(AppointmentStatus) Method
Returns whether this AppointmentStatusDataStorage contains the target AppointmentStatus.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
status | AppointmentStatus | An AppointmentStatus object to be checked. |
Returns
Type | Description |
---|---|
Boolean | true if this AppointmentStatusDataStorage contains the target AppointmentStatus; otherwise, false. |
See Also