Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotCustomGroupIntervalEventArgsBase(T, Object) Constructor

Initializes a new instance of the PivotCustomGroupIntervalEventArgsBase<T> class.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public PivotCustomGroupIntervalEventArgsBase(
    T field,
    object value
)

Parameters

Name Type Description
field T

A PivotGridFieldBase class descendant that specifies the processed field.

value Object

An object that specifies the currently processed value.

Remarks

Instances of the PivotCustomGroupIntervalEventArgsBase<T> class are automatically created, initialized and passed to the PivotGridControl.CustomGroupInterval event handlers. Typically, there is no need to call this constructor directly from your code.

See Also