Method InsertAt
InsertAt(IPropertyGridItem, int, IPropertyGridItem)
Inserts property in parent property at specified index.
void InsertAt(IPropertyGridItem parent, int index, IPropertyGridItem newproperty)
Parameters
parentIPropertyGridItemParent property item.
indexintInsert position.
newpropertyIPropertyGridItemProperty item to insert.