FieldValueInfo Class
In This Article
Stores information about the row and column fields related to the selected cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Related API Members
The following members return FieldValueInfo objects:
#Remarks
The PivotGridControl.SelectedCellInfo property provides access to the CellInfo class, which contains information about the selected cell. Use the CellInfo.RowValueInfo and CellInfo.ColumnValueInfo properties to get information about the fields related to the selected cell.
See Also