Back to Devexpress

PivotGridSettings.CustomGroupInterval Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-pivotgridsettings-830616f0.md

latest2.0 KB
Original Source

PivotGridSettings.CustomGroupInterval Property

Enables grouping axis values, using your own criteria.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public PivotGridCustomGroupIntervalEventHandler CustomGroupInterval { get; set; }
vb
Public Property CustomGroupInterval As PivotGridCustomGroupIntervalEventHandler

Property Value

TypeDescription
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

Declaring Server-Side Event Handlers

PivotGridSettings Class

PivotGridSettings Members

DevExpress.Web.Mvc Namespace