Back to Devexpress

PivotCustomGroupIntervalEventArgsBase<T>.Value Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcustomgroupintervaleventargsbase-1-a8f2cacc.md

latest1.7 KB
Original Source

PivotCustomGroupIntervalEventArgsBase<T>.Value Property

Gets the processed field value.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

TypeDescription
Object

An object that specifies the processed field value.

|

Remarks

The Value property is used to determine the currently processed value. Use the PivotCustomGroupIntervalEventArgsBase<T>.GroupValue property to relate the currently processed value to a specific group.

See Also

GroupValue

PivotCustomGroupIntervalEventArgsBase<T> Class

PivotCustomGroupIntervalEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace