Back to Devexpress

CellInfo.RowValueInfo Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-cellinfo-787296c8.md

latest1.2 KB
Original Source

CellInfo.RowValueInfo Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldValueInfo RowValueInfo { get; }
vb
Public ReadOnly Property RowValueInfo As FieldValueInfo

Property Value

TypeDescription
FieldValueInfo

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

|

See Also

CellInfo Class

CellInfo Members

DevExpress.Xpf.PivotGrid Namespace