FieldValueInfo Class
Stores information about the row and column fields related to the selected cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.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.
Inheritance
Object
FieldValueInfo
See Also