Click or drag to resize
StyleInterior Property
Gets or sets the brush that is used to draw the interior area of a cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute(typeof(Color), "White")]
[BrowsableAttribute(false)]
public OGBrush Interior { get; set; }

Property Value

Type: OGBrush
The interior brush.
See Also