IModelColumn.GroupInterval Property
Specifies the group interval.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Default | Description |
---|---|---|
GroupInterval | None | A GroupInterval enumeration value specifying the group interval. The default is GroupInterval.None. |
Remarks
This property is considered for DateTime properties. When the GroupInterval is specified, the groups are not created for each DateTime unique value, but for specific value ranges.
See Also