Back to Devexpress

IAppointmentStorageBase.GetAppointmentById(Object) Method

corelibraries-devexpress-dot-xtrascheduler-dot-iappointmentstoragebase-dot-getappointmentbyid-x28-system-dot-object-x29.md

latest1.6 KB
Original Source

IAppointmentStorageBase.GetAppointmentById(Object) Method

Gets the appointment by its identifier.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
Appointment GetAppointmentById(
    object id
)
vb
Function GetAppointmentById(
    id As Object
) As Appointment

Parameters

NameTypeDescription
idObject

An object that is the unique identifier of an appointment, accessible using the Appointment.Id property.

|

Returns

TypeDescription
Appointment

An Appointment object.

|

See Also

Appointments

IAppointmentStorageBase Interface

IAppointmentStorageBase Members

DevExpress.XtraScheduler Namespace