CellInfo.RowValueInfo Property
In This Article
Gets information about a row field related to the current cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public FieldValueInfo RowValueInfo { get; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
See Also