Skip to main content
A newer version of this page is available. .

SchedulerControl.GetAppointmentItemBySourceObject(Object) Method

Gets a source object’s associated appointment.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public AppointmentItem GetAppointmentItemBySourceObject(
    object source
)

Parameters

Name Type Description
source Object

A source object

Returns

Type Description
AppointmentItem

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

See Also