Method Insert
Insert(IPropertyGridItem, IPropertyGridItem)
Inserts property before another property.
public virtual void Insert(IPropertyGridItem priorThis, IPropertyGridItem newproperty)
Parameters
priorThis
IPropertyGridItemProperty item before which other property will be inserted.
newproperty
IPropertyGridItemProperty item to insert.