Skip to main content
All docs
V25.1
  • WindowExpressionBindingBase(String, CalculationPartitioningCriteria) Constructor

    Initializes a new instance of the WindowExpressionBindingBase class with specified settings.

    Namespace: DevExpress.PivotGrid.DataBinding

    Assembly: DevExpress.PivotGrid.v25.1.Core.dll

    NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

    Declaration

    public WindowExpressionBindingBase(
        string expression,
        CalculationPartitioningCriteria mode
    )

    Parameters

    Name Type Description
    expression String

    The string expression to calculate.

    mode CalculationPartitioningCriteria

    A CalculationPartitioningCriteria enumeration member that specifies a window in a window calculation.

    See Also