Skip to main content
All docs
V19.2
Tag

PivotGridFieldBase.Calculations Property

Reserved for future use.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
public IList<PivotCalculationBase> Calculations { get; }

Property Value

Type
IList<DevExpress.PivotGrid.PivotCalculationBase>
See Also