Skip to main content

ASPxScheduler.LookupAppointmentByIdString(String) Method

Returns an appointment specified by its client identifier.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll

NuGet Package: DevExpress.Web.Scheduler

#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