wpf-devexpress-dot-xpf-dot-pivotgrid-c90b3639.md
Stores information about the data cell displayed within the PivotGrid control.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public class CellInfo :
INotifyPropertyChanged
Public Class CellInfo
Implements INotifyPropertyChanged
The following members return CellInfo objects:
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.
Object CellInfo
See Also