Skip to main content

MeasureDescriptor.SummaryType Property

Gets the type of summary function calculated against the current measure.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public SummaryType SummaryType { get; }

Property Value

Type Description
SummaryType

A SummaryType enumeration member that identifies the type of summary function calculated against the current measure.

See Also