Click or drag to resize
StyleTextFont Property
Gets or sets the cell's text font.

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

Property Value

Type: OGFont
The cell's text font.
See Also