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
110
Binding To ALL Appointment Properties
posted

I have successfully bound Owner and Appointment collections to appropriate DataSources...however, I would like to make use of some of the additional properties available in the Appointment Class (Location, for example), but the binding mechanisms do not allow for this. Why? How can I make use of these properties already defined within the Appointment class?

Thanks.

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    The reason we were arbitrary about which fields can be individually bound is that some properties were considered more likely to be used than others. You can bind every property via the data binding's AllPropertiesMember property; the bound field should be able to support byte arrays of varying length.

Children
No Data