GroupInterval Enum
Contains values which specify DateTime group intervals.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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. |
Remarks
These enumeration values are used to set the IModelMember.GroupInterval and IModelColumn.GroupInterval properties.
See Also