Crosshair
DayPilot Scheduler can highlight the current cursor position by showing a crosshair. It helps with orientation in large grids.
The crosshair mode is determined by Crosshair property:
- Header (default) - decent header highlighting
- Full - full column and row indicator
- Disabled - no crosshair
Full Crosshair (Crosshair="Full")

This mode shows a full crosshair, highlighting the current row and column.
Header Crosshair (Crosshair="Header")

This is a more decent mode, highlighting only the headers.
Crosshair Properties
The crosshair appearance can be customized using the following properties:
- CrosshairColor
- CrosshairOpacity
Examples
Default Values
- (CrosshairColor="Gray")
- (CrosshairOpacity="20")
- (Crosshair="Header")

Custom Values (Header Only)
- CrosshairColor="Orange"
- CrosshairOpacity="50"
- (Crosshair="Header")

Custom Values (Full)
- CrosshairColor="Orange"
- CrosshairOpacity="50"
- Crosshair="Full"
