Skip to main content
All docs
V25.1
  • WindowExpressionBindingBase(String, CalculationPartitioningCriteria, CalculationDirection) 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,
        CalculationDirection direction
    )

    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.

    direction CalculationDirection

    A CalculationDirection enumeration member that specifies the direction in which the table partition is traversed.

    See Also