Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.FocusedCellChanged Event

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