Skip to main content
A newer version of this page is available. .

CellInfo Class

Stores information about the data cell displayed within the PivotGrid control.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public class CellInfo :
    INotifyPropertyChanged

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