Table of Contents

Method SetPropertiesBackgroundColor

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

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 Color

Color value.