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