PivotGridControl.FocusedCellChanged Event
Fires in response to cell focus changing.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
Declaration
Event Data
The FocusedCellChanged event's data class is EventArgs.
Remarks
This event fires when focus is moved between cells. The focused cell is painted with a dotted rectangle around it.
An end-user can move focus via the keyboard or mouse. The PivotGridCells.FocusedCell property of the PivotGridControl.Cells object allows you to get the currently focused cell or move focus to another cell.
See Also