PivotCustomGroupIntervalEventArgsBase<T>.Value Property
In This Article
Gets the processed field value.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
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