Skip to main content
All docs
V26.1
  • WindowExpressionBinding(String, CalculationPartitioningCriteria) Constructor

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

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v26.1.dll

    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