Click or drag to resize
OGPropertiesBlackWhite Property
Gets or sets a value to enable or disable color printing.

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

Property Value

Type: Boolean
true if the colors are used for printing; false otherwise.
See Also