Back to Devexpress

CellElementData.RowValue Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-cellelementdata-3c59d0cc.md

latest1.1 KB
Original Source

CellElementData.RowValue Property

Gets information about the row field value that corresponds to the current cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object RowValue { get; }
vb
Public ReadOnly Property RowValue As Object

Property Value

TypeDescription
Object

A row field value that corresponds to the current cell.

|

See Also

CellElementData Class

CellElementData Members

DevExpress.Xpf.PivotGrid Namespace