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

SnapListGroupParam.Interval Property

Specifies a date-time group interval.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public GroupInterval Interval { get; set; }

Property Value

Type Description
GroupInterval

A GroupInterval enumeration value.

Available values:

Name Description
Default

The default interval.

Day

A day.

Month

A month.

Year

A year.

Smart
See Also