Click or drag to resize
KaxSchedulerNumberOfHoveredRows Property
Gets or sets the number of rows that are hovered when the mouse is over the appointment area.

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

Property Value

Type: Int32
An integer specifying the number of rows that are hovered when the mouse is over the appointment area. The default value is 2. This value also determines the initial length of inserted appointments.
See Also