Back to Devexpress

CellInfo Class

wpf-devexpress-dot-xpf-dot-pivotgrid-c90b3639.md

latest1.5 KB
Original Source

CellInfo Class

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

Declaration

csharp
public class CellInfo :
    INotifyPropertyChanged
vb
Public Class CellInfo
    Implements 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

CellInfo Members

DevExpress.Xpf.PivotGrid Namespace