Back to Devexpress

SchedulerControl.GetAppointmentItemById(Object) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-getappointmentitembyid-x28-system-dot-object-x29.md

latest1.2 KB
Original Source

SchedulerControl.GetAppointmentItemById(Object) Method

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentItem GetAppointmentItemById(
    object id
)
vb
Public Function GetAppointmentItemById(
    id As Object
) As AppointmentItem

Parameters

NameType
idObject

Returns

Type
AppointmentItem

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace