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

DimensionDefinition.DateTimeGroupInterval Property

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public DateTimeGroupInterval DateTimeGroupInterval { get; }

Property Value

Type Description
DateTimeGroupInterval

A DateTimeGroupInterval object that is the group interval for date-time values.

See Also