Back to Devexpress

ASPxScheduler.LookupAppointmentByIdString(String) Method

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxscheduler-dot-lookupappointmentbyidstring-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

ASPxScheduler.LookupAppointmentByIdString(String) Method

Returns an appointment specified by its client identifier.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public virtual Appointment LookupAppointmentByIdString(
    string appointmentIdString
)
vb
Public Overridable Function LookupAppointmentByIdString(
    appointmentIdString As String
) As Appointment

Parameters

NameTypeDescription
appointmentIdStringString

A string specifying an appointment client identifier.

|

Returns

TypeDescription
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

ASPxScheduler Class

ASPxScheduler Members

DevExpress.Web.ASPxScheduler Namespace