ASPxScheduler.LookupAppointmentByIdString(String) Method
Returns an appointment specified by its client identifier.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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