Click or drag to resize
KaxTimeViewGridLines Property
Gets or sets a value that specifies whether the border between the cells of the KaxTimeView control is displayed.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual GridLines GridLines { get; set; }

Property Value

Type: GridLines
One of the GridLines enumeration values. The default is Both.
See Also