Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CellInfo Class

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

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.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