Back to Devexpress

FieldValueInfo Class

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

latest1.7 KB
Original Source

FieldValueInfo Class

Stores information about the row and column fields related to the selected cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public class FieldValueInfo
vb
Public Class FieldValueInfo

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

FieldValueInfo Members

DevExpress.Xpf.PivotGrid Namespace