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

MeasureDescriptor.SummaryType Property

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

Namespace: DevExpress.DashboardCommon.ViewerData

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

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