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