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

ExpressionDataBinding(String) Constructor

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public ExpressionDataBinding(
    string expression
)

Parameters

Name Type Description
expression String

A string expression.

See Also