selectedCell property

FdcGridCellRef? get selectedCell

Host-selected cell at call time, or null when the grid has no cell selection.

Its row index is zero-based in the current data-row space. Column identity follows FdcGridCellRef's source-column contract rather than visible order.

Implementation

FdcGridCellRef? get selectedCell;