Skip to main content
A newer version of this page is available.
All docs
V18.2
Tag

PivotGridFieldBase.Calculations Property

Reserved for future use.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, XtraSerializationFlags.DefaultValue, 0)]
[XtraSerializablePropertyId(2)]
[Browsable(false)]
public IList<PivotCalculationBase> Calculations { get; }

Property Value

Type
IList<DevExpress.PivotGrid.PivotCalculationBase>
See Also