Skip to main content
A newer version of this page is available.
All docs
V19.1

PivotCustomGroupIntervalEventArgs(PivotGridField, Object) Constructor

Initializes a new instance of the PivotCustomGroupIntervalEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotCustomGroupIntervalEventArgs(
    PivotGridField field,
    object value
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object that represents the processed field.

value Object

An object that specifies the currently processed value. This value is assigned to the PivotCustomGroupIntervalEventArgsBase<T>.Value property.

See Also