コード例 #1
0
 public PropertyWrapper(PropertyDescriptor Property, GroupingSource Owner)
     : base(Property)
 {
     this.Property = Property;
     this.Owner    = Owner;
 }
コード例 #2
0
 public GroupInfo(GroupingSource Owner)
 {
     this.Owner = Owner;
     set();
 }
コード例 #3
0
 public GroupList(GroupingSource Source)
 {
     this.Source         = Source;
     this.gi             = Source.GroupOn;
     this.GroupValueType = gi.GroupValueType;
 }