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

AppointmentStorageBase.Contains(Appointment) Method

Determines whether the appointment storage contains the specified appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public bool Contains(
    Appointment apt
)

Parameters

Name Type Description
apt Appointment

An Appointment object to find in the collection.

Returns

Type Description
Boolean

True if the collection contains the specified appointment; otherwise, false.

Remarks

Tip

The collection of appointments in storage can be accessed via the AppointmentStorageBase.Items property.

See Also