Skip to main content
.NET 6.0+

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GroupInterval Enum

Contains values which specify DateTime group intervals.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public enum GroupInterval

#Members

Name Description
None

Specifies that a separate group is created for each unique DateTime value.

Day

Specifies that DateTime records are grouped by the day part of their values.

Month

Specifies that DateTime records are grouped by the month part of their values.

Year

Specifies that DateTime records are grouped by the year part of their values.

Smart

Specifies that DateTime records are grouped using Outlook style.

#Related API Members

The following properties accept/return GroupInterval values:

#Remarks

These enumeration values are used to set the IModelMember.GroupInterval and IModelColumn.GroupInterval properties.

See Also