Back to Devexpress

SchedulerDataStorage.GetAppointmentItemById(Object) Method

maui-devexpress-dot-maui-dot-scheduler-dot-schedulerdatastorage-dot-getappointmentitembyid-x28-system-dot-object-x29.md

latest1.1 KB
Original Source

SchedulerDataStorage.GetAppointmentItemById(Object) Method

Returns an appointment with the specified identifier from the AppointmentItems collection.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public AppointmentItem GetAppointmentItemById(
    object id
)

Parameters

NameTypeDescription
idSystem.Object

The appointment identifier.

|

Returns

TypeDescription
AppointmentItem

The appointment with the specified identifier.

|

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.Maui.Scheduler Namespace