Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotGroupingValue.NumericValue Property

Gets or sets the value used for numeric grouping.

Namespace: DevExpress.Spreadsheet

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

Declaration

public double NumericValue { get; set; }

Property Value

Type Description
Double

A Double value.

Remarks

The NumericValue property is in effect only if the PivotGroupingValue.AutoValue property is false.

See Also