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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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