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

PivotGroupingValue.AutoValue Property

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

Namespace: DevExpress.Spreadsheet

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

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