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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public ExpressionDataBinding(
    string expression
)

Parameters

Name Type Description
expression String

A string expression.

See Also