Skip to main content

PivotGridSettings.CustomGroupInterval Property

Enables grouping axis values, using your own criteria.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public PivotGridCustomGroupIntervalEventHandler CustomGroupInterval { get; set; }

Property Value

Type Description
PivotGridCustomGroupIntervalEventHandler

A PivotGridCustomGroupIntervalEventHandler delegate method allowing you to implement custom processing.

Remarks

The CustomGroupInterval event is raised for each row or column field whose PivotGridFieldBase.GroupInterval property is set to ‘Custom’.

Objects assigned to the GroupInterval property must be of the same type for all values of a particular field.

Note

The CustomGroupInterval is not supported in server and OLAP modes.

See Also