Skip to main content

DimensionDefinition.DateTimeGroupInterval Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DateTimeGroupInterval DateTimeGroupInterval { get; }

Property Value

Type Description
DateTimeGroupInterval

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

See Also