CellInfo Class
Stores information about the data cell displayed within the PivotGrid control.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Related API Members
The following members return CellInfo objects:
Remarks
This class contains methods and properties that allow you to get information about the data cell. For example, you can get information about the fields related to the current cell, obtain a cell value or display text, or get information about the cell’s drill-down data source.
Use the PivotGridControl.SelectedCellInfo property to get information about the data cell.
Inheritance
Object
CellInfo
See Also