PivotGridFieldBase.CalculateHiddenSummaries Property
In This Article
Allows you to calculate summary values for hidden data fields.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[Browsable(true)]
[DefaultValue(false)]
public bool CalculateHiddenSummaries { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, if Pivot |
See Also