Skip to main content
A newer version of this page is available. .

FieldValueInfo Class

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

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

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