Method AppendIn
AppendIn(IPropertyGridItem, IPropertyGridItem)
Appends property as a child of other property.
public virtual void AppendIn(IPropertyGridItem prop, IPropertyGridItem newproperty)
Parameters
prop
IPropertyGridItemParent property item.
newproperty
IPropertyGridItemProperty item to add as a child.
Remarks
It is better to fill Children and to add property using Add(IPropertyGridItem, IPropertyGridItem?).