expressappframework-devexpress-dot-expressapp-dot-model-0a647e36.md
Contains values which specify DateTime group intervals.
Namespace : DevExpress.ExpressApp.Model
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public enum GroupInterval
Public Enum GroupInterval
| 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.
|
The following properties accept/return GroupInterval values:
These enumeration values are used to set the IModelMember.GroupInterval and IModelColumn.GroupInterval properties.
See Also