ASPxScheduler.LookupAppointmentByIdString(String) Method
In This Article
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 |
---|---|---|
appointment |
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