Method AddRange
AddRange(IEnumerable<IPropertyGridItem>, IPropertyGridItem?)
Adds items to the property grid.
void AddRange(IEnumerable<IPropertyGridItem> props, IPropertyGridItem? parent = null)
Parameters
props
IEnumerable<IPropertyGridItem>Items to add.
parent
IPropertyGridItemParent item or null.