Ejemplo n.º 1
0
 public PropertyWrapper(PropertyDescriptor Property, GroupingSource Owner)
     : base(Property)
 {
     this.Property = Property;
     this.Owner    = Owner;
 }
Ejemplo n.º 2
0
 public GroupInfo(GroupingSource Owner)
 {
     this.Owner = Owner;
     set();
 }
Ejemplo n.º 3
0
 public GroupList(GroupingSource Source)
 {
     this.Source         = Source;
     this.gi             = Source.GroupOn;
     this.GroupValueType = gi.GroupValueType;
 }