Skip to main content

AppointmentStatusDataStorage.Contains(AppointmentStatus) Method

Returns whether this AppointmentStatusDataStorage contains the target AppointmentStatus.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool Contains(
    AppointmentStatus status
)

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