PivotGridSettings.CustomGroupInterval Property
In This Article
Enables grouping axis values, using your own criteria.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PivotGridCustomGroupIntervalEventHandler CustomGroupInterval { get; set; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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.
See Also