SchedulerControl.GetAppointmentItemBySourceObject(Object) Method
In This Article
Gets a source object’s associated appointment.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public AppointmentItem GetAppointmentItemBySourceObject(
object source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Object | A source object |
#Returns
Type | Description |
---|---|
Appointment |
A Appointment |
See Also