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

AppointmentDataStorage.Contains(Appointment) Method

Determines whether or not the storage contains the specified appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public bool Contains(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment object to locate in the collection.

Returns

Type Description
Boolean

true, if the storage’s collection contains the specified appointment; otherwise, false.

Remarks

A collection of appointments in the storage is accessed via its AppointmentDataStorage.Items property.

See Also