Scheduler crosshair types.

Namespace: DayPilot.Web.Ui.Events
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
public enum CrosshairType
Visual Basic
Public Enumeration CrosshairType
Visual C++
public enum class CrosshairType

Members

Member nameValueDescription
Disabled0 No crosshair.
Full1 Full crosshair, highlighting a full row and column.
Header2 Crosshair that highlights only the header.

See Also