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

ASPxScheduler.LookupAppointmentByIdString(String) Method

Returns an appointment specified by its client identifier.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public virtual Appointment LookupAppointmentByIdString(
    string appointmentIdString
)

Parameters

Name Type Description
appointmentIdString String

A string specifying an appointment client identifier.

Returns

Type Description
Appointment

An Appointment object that is an appointment with the specified client identifier.

Remarks

Use this method to obtain an appointment by its client ID. If no appointments with the specified ID have been found, the method returns null.

See Also