Skip to main content
A newer version of this page is available. .

PivotGridControl.FocusedCellChanged Event

Fires in response to cell focus changing.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

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