Back to Devexpress

PivotFieldValueEventArgsBase<T>.Value Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1-d09084f9.md

latest2.5 KB
Original Source

PivotFieldValueEventArgsBase<T>.Value Property

Gets the column field or row field value that corresponds to the currently processed column/row header.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public virtual object Value { get; }
vb
Public Overridable ReadOnly Property Value As Object

Property Value

TypeDescription
Object

The field value currently being processed.

|

Remarks

If the currently processed header is a field value or total header, the Value property returns the value of the corresponding column field or row field. If the currently processed header is a grand total header or data field header , the Value property will return null ( Nothing in Visual Basic).

To determine the type of the currently processed header, use the PivotFieldValueEventArgsBase<T>.ValueType property.

See Also

ValueType

PivotFieldValueEventArgsBase<T> Class

PivotFieldValueEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace