Click or drag to resize
OGPropertiesGridBkColor Property
Sets a value to change the background color of the entire grid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(typeof(Color), "White")]
public Color GridBkColor { set; }

Property Value

Type: Color
The background color used for printing.
See Also