KaxSchedulerNumberOfHoveredRows Property |
Gets or sets the number of rows that are hovered when the mouse is over the appointment area.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int NumberOfHoveredRows { get; set; }
Public Property NumberOfHoveredRows As Integer
Get
Set
public:
virtual property int NumberOfHoveredRows {
int get () sealed;
void set (int value) sealed;
}
abstract NumberOfHoveredRows : int with get, set
override NumberOfHoveredRows : int with 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