Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » databinding » Complex Business Objects (RSS)
  • Binding to Complex Business Objects

    Say I have a set of Business Objects that look like this: public class MasterObject { public string Description {get; set;} private Settings _setting = new Settings(); public Settings MasterSettings { get { return _setting; } } private List<DetailObject> _details = new List<DetailObject>...
    Posted to Forum by crmckenzie on 04-11-2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems