Scheduler crosshair types.
Namespace: DayPilot.Web.Ui.EventsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Disabled | 0 | No crosshair. | |
| Full | 1 | Full crosshair, highlighting a full row and column. | |
| Header | 2 | Crosshair that highlights only the header. |