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