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

PivotGridControl.GetFocusedCellInfo() Method

Returns an object that contains information on the currently focused cell.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public PivotCellBaseEventArgs GetFocusedCellInfo()

Returns

Type Description
PivotCellBaseEventArgs

A PivotCellBaseEventArgs object that contains information on the currently focused cell.

Remarks

The GetFocusedCellInfo method returns a PivotCellBaseEventArgs object that contains information on the currently focused cell. It specifies the type of the cell, the cell’s value and its display text, etc. It also lets the array of records associated with this cell to be retrieved via the PivotCellBaseEventArgs.CreateDrillDownDataSource method.

To get information on any cell, use the PivotGridControl.GetCellInfo method.

See Also