Click or drag to resize
OGPropertiesDisplayHorizontalLines Property
Gets or sets a value to show that horizontal grid lines are drawn.

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

Property Value

Type: Boolean
true if horizontal grid lines are drawn; false otherwise.
See Also