Back to Devexpress

DataAreaElementData.Value Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-dataareaelementdata-76e7fb71.md

latest1.2 KB
Original Source

DataAreaElementData.Value Property

Gets the value of the field value cell or data area cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public abstract object Value { get; }
vb
Public MustOverride ReadOnly Property Value As Object

Property Value

TypeDescription
Object

An object that contains information about the value of the field value or data area cell.

|

See Also

DataAreaElementData Class

DataAreaElementData Members

DevExpress.Xpf.PivotGrid Namespace