Back to Devexpress

IModelMember.GroupInterval Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelmember-0f8c0f58.md

latest2.1 KB
Original Source

IModelMember.GroupInterval Property

Specifies the default group interval for the current property.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ModelBrowsable(typeof(DateTimePropertyOnlyCalculator))]
GroupInterval GroupInterval { get; set; }
vb
<ModelBrowsable(GetType(DateTimePropertyOnlyCalculator))>
Property GroupInterval As GroupInterval

Property Value

TypeDescription
GroupInterval

A GroupInterval enumeration value which specifies the default group interval.

|

Available values:

NameDescription
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

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

GroupInterval

IModelMember Interface

IModelMember Members

DevExpress.ExpressApp.Model Namespace