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

PivotCustomGroupIntervalEventArgs(PivotGridField, Object) Constructor

Initializes a new instance of the PivotCustomGroupIntervalEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public PivotCustomGroupIntervalEventArgs(
    PivotGridField field,
    object value
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object that represents the processed field. This value is assigned to the PivotFieldEventArgsBase<T>.Field property.

value Object

An object that represents a group value. This value is assigned to the PivotCustomGroupIntervalEventArgs.GroupValue property.

See Also