Click or drag to resize
ParamTransparentBackground Property
Gets or sets a transparent background color for cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
[BrowsableAttribute(false)]
public bool TransparentBackground { get; set; }

Property Value

Type: Boolean
This should be true for a transparent background, and false for default drawing.
See Also