Table of Contents

Method InsertByIndex

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

InsertByIndex(IPropertyGridItem, int, IPropertyGridItem)

Inserts item into the parent's childs collection at the specified index.

void InsertByIndex(IPropertyGridItem parent, int index, IPropertyGridItem newproperty)

Parameters

parent IPropertyGridItem

Parent row.

index int

Index of the item where insertion is performed.

newproperty IPropertyGridItem

Item to insert.