Skip to main content
.NET 6.0+

IModelMember.GroupInterval Property

Specifies the default group interval for the current property.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[ModelBrowsable(typeof(DateTimePropertyOnlyCalculator))]
GroupInterval GroupInterval { get; set; }

Property Value

Type Description
GroupInterval

A GroupInterval enumeration value which specifies the default group interval.

Remarks

This property is considered for DateTime properties. When the GroupInterval is specified, the groups are not created for each unique value, but for specific value ranges.

See Also