Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
Infragistics.Controls.Schedules.Appointment back to source
posted

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?

Parents
No Data
Reply
  • 54937
    Offline posted

    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.

Children