Skip to main content

DimensionDescriptor.DateTimeGroupInterval Property

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

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DateTimeGroupInterval DateTimeGroupInterval { get; }

Property Value

Type Description
DateTimeGroupInterval

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

See Also