Skip to main content

PivotCustomGroupIntervalEventArgsBase<T>.Value Property

Gets the processed field value.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public object Value { get; }

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