Skip to main content
Row

PivotGroupingValue.AutoValue Property

Gets or sets whether to calculate the value automatically based on the source data.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool AutoValue { get; set; }

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