Back to Devexpress

PivotGridControl.GetFocusedCellInfo() Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-beb569fe.md

latest2.0 KB
Original Source

PivotGridControl.GetFocusedCellInfo() Method

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotCellBaseEventArgs GetFocusedCellInfo()
vb
Public Function GetFocusedCellInfo As PivotCellBaseEventArgs

Returns

TypeDescription
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

GetCellInfo(Int32, Int32)

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace