Is it possible to get the original object back when you have a Infragistics.Controls.Schedules.Appointment reference?
For example, where there is a AppointmentPropertyMappings then there is obviously an object behind that that's not an Appointment. Can we get to it via the appointment?
DataItem works fine, thanks
If you are using the ListScheduleDataConnector then the DataItem property returns the underlying object. If you are using the WcfListScheduleDataConnector then the original underlying object is only available on the server.