Table of Contents

Method AddRange

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

AddRange(IEnumerable<IPropertyGridItem>, IPropertyGridItem?)

Adds items to the property grid.

public virtual void AddRange(IEnumerable<IPropertyGridItem> props, IPropertyGridItem? parent = null)

Parameters

props IEnumerable<IPropertyGridItem>

Items to add.

parent IPropertyGridItem

Parent item or null.