PivotGridControl.FocusedCellChanged Event
Fires in response to cell focus changing.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v22.2.dll
NuGet Package: DevExpress.Win.PivotGrid
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.