Method SetPropertiesBackgroundColor
SetPropertiesBackgroundColor(IEnumerable<IPropertyGridItem>, Color)
Sets background color for all properties in items
collection.
public virtual void SetPropertiesBackgroundColor(IEnumerable<IPropertyGridItem> items, Color color)
Parameters
items
IEnumerable<IPropertyGridItem>Collection of the property items.
color
ColorColor value.