Table of Contents

Method Insert

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

Insert(IPropertyGridItem, IPropertyGridItem)

Inserts property before another property.

void Insert(IPropertyGridItem priorThis, IPropertyGridItem newproperty)

Parameters

priorThis IPropertyGridItem

Property item before which other property will be inserted.

newproperty IPropertyGridItem

Property item to insert.