PivotGridControl.GetFocusedCellInfo() Method
Returns an object that contains information on the currently focused cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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.