Click or drag to resize
StyleTextColor Property
Gets or sets the color of text in a cell.

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

Property Value

Type: Color
The cell's text color.
See Also