PivotGroupingValue.AutoValue Property
Gets or sets whether to calculate the value automatically based on the source data.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | True calculate the value automatically; otherwise, false. |
Remarks
If the AutoValue is true, the grouping value is calculated automatically from the data contained in the range being grouped. In this situation, values contained in the PivotGroupingValue instance (the PivotGroupingValue.NumericValue or PivotGroupingValue.DateTimeValue properties) are not used.
See Also