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