Table of Contents

Method AppendIn

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

AppendIn(IPropertyGridItem, IPropertyGridItem)

Appends property as a child of other property.

public virtual void AppendIn(IPropertyGridItem prop, IPropertyGridItem newproperty)

Parameters

prop IPropertyGridItem

Parent property item.

newproperty IPropertyGridItem

Property item to add as a child.

Remarks

It is better to fill Children and to add property using Add(IPropertyGridItem, IPropertyGridItem?).