Skip to main content
A newer version of this page is available. .

PercentOfTotalBindingBase Class

Base class to calculate a value as a percentage of all values in the window. Used as a PivotGrid’s field calculation databinding in Optimized mode.

Namespace: DevExpress.PivotGrid.DataBinding

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public class PercentOfTotalBindingBase :
    CalculationBindingBase
See Also