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

CellInfo.RowValueInfo Property

Gets information about a row field related to the current cell.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public FieldValueInfo RowValueInfo { get; }

Property Value

Type Description
FieldValueInfo

A FieldValueInfo object that contains information about a row field related to the current cell.

See Also