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