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

WindowExpressionBinding(String, CalculationPartitioningCriteria) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public WindowExpressionBinding(
    string expression,
    CalculationPartitioningCriteria mode
)

Parameters

Name Type
expression String
mode CalculationPartitioningCriteria
See Also