Back to Devexpress

PivotGridCells.GetFocusedCellInfo() Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcells.md

latest2.1 KB
Original Source

PivotGridCells.GetFocusedCellInfo() Method

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Returns

TypeDescription
PivotCellEventArgs

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

|

Remarks

The GetFocusedCellInfo method returns a PivotCellEventArgs 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 allows the array of records associated with this cell to be retrieved via the PivotCellEventArgsBase<TField, TData, TCustomTotal>.CreateDrillDownDataSource method.

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

See Also

GetCellInfo(Int32, Int32)

PivotGridCells Class

PivotGridCells Members

DevExpress.XtraPivotGrid Namespace