Scheduler crosshair types.

Namespace: DayPilot.Web.Ui.Events
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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