|
Browse by Tags
All Tags » databinding » Windows Forms ( RSS)
-
I have data source which is collection of objects that have some calculated properties from other properties. There is a lot of properties, about 200 from which 150 is calculated properties, so grid can have up to 200 columns. It is WPF application and I'm hosting UltraGrid in it. There is no other...
-
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>...
Page 1 of 1 (2 items)
|
|