Back to Devexpress

SchedulerControl.GetAppointmentItemBySourceObject(Object) Method

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

latest1.5 KB
Original Source

SchedulerControl.GetAppointmentItemBySourceObject(Object) Method

Gets a source object’s associated appointment.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentItem GetAppointmentItemBySourceObject(
    object source
)
vb
Public Function GetAppointmentItemBySourceObject(
    source As Object
) As AppointmentItem

Parameters

NameTypeDescription
sourceObject

A source object

|

Returns

TypeDescription
AppointmentItem

A AppointmentItem object that is the appointment retrieved form the given object.

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace