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

DimensionDescriptor.DateTimeGroupInterval Property

Gets the group interval for date-time values for the current dimension.

Namespace: DevExpress.DashboardCommon.ViewerData

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

Declaration

public DateTimeGroupInterval DateTimeGroupInterval { get; }

Property Value

Type Description
DateTimeGroupInterval

A DateTimeGroupInterval enumeration member that specifies how date-time values are grouped.

See Also