Skip to main content
All docs
V25.2
  • WindowExpressionBinding(String, CalculationPartitioningCriteria) Constructor

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

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v25.2.dll

    NuGet Package: DevExpress.Win.PivotGrid

    Declaration

    public WindowExpressionBinding(
        string expression,
        CalculationPartitioningCriteria mode
    )

    Parameters

    Name Type Description
    expression String

    A string expression with window functions.

    mode CalculationPartitioningCriteria

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

    See Also