Skip to main content
A newer version of this page is available. .

GroupInterval Enum

Contains values which specify DateTime group intervals.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

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