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

WindowExpressionBinding Class

Specifies a custom string expression with window functions to calculate values. Used as a PivotGrid’s field calculation databinding in Optimized mode.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.2.dll

Declaration

public class WindowExpressionBinding :
    DirectedCalculationBinding,
    IExpressionBinding

Remarks

For an example of use, review the Optimized Mode and Data Binding API topic.

See Also