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

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

Property Value

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