PivotGridControl.FocusedCellChanged Event
In This Article
Fires in response to cell focus changing.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public event EventHandler FocusedCellChanged
#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