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

ExpressionDataBinding.Expression Property

Gets or sets a string expression to calculate.

Namespace: DevExpress.Xpf.PivotGrid

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

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

Declaration

public string Expression { get; set; }

Property Value

Type Description
String

A string expression.

See Also