PivotGroupingValue.NumericValue Property
Gets or sets the value used for numeric grouping.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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