Click or drag to resize
OGFontIncludeFaceName Property
Gets or sets a value to show that the FaceName property is set.

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

Property Value

Type: Boolean
true if the FaceName property is set; false otherwise.
See Also