pointerHoverCell property
FdcGridCellRef?
get
pointerHoverCell
Last pointer-hovered cell tracked by this session, or null when no hover
target is retained.
The reference uses zero-based data-row and source-column coordinates and is attachment-scoped; clear it when pointer tracking ends or the host resets transient input state.
Implementation
FdcGridCellRef? get pointerHoverCell;
set
pointerHoverCell
(FdcGridCellRef? value)
Replaces the session-owned pointer-hover cell.
Implementation
set pointerHoverCell(FdcGridCellRef? value);