Skip to main content

PivotSummaryInterval.DataType Property

Gets the data type of summary values.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public Type DataType { get; }

Property Value

Type Description
Type

A Type that specifies the data type of summary values.

See Also