Back to Devexpress

PivotGridControl.CellSelectionChanged Event

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-c51b06ec.md

latest2.0 KB
Original Source

PivotGridControl.CellSelectionChanged Event

Occurs when the cell selection is modified.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public event EventHandler CellSelectionChanged
vb
Public Event CellSelectionChanged As EventHandler

Event Data

The CellSelectionChanged event's data class is EventArgs.

Remarks

This event fires when the cell selection is modified by an end-user or in code. The current selection can be obtained using the PivotGridCells.Selection property of the PivotGridControl.Cells object. This property can also be used to modify the cell selection.

The CellSelectionChanged event doesn’t occur when focus is moved to a new cell. To respond to a cell focus change, use the PivotGridControl.FocusedCellChanged event.

See Also

FocusedCellChanged

Selection

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace