Skip to main content
A newer version of this page is available. .
All docs
V22.1

OLAPExpressionBindingBase.Expression Property

Specifies a string expression for a Pivot Grid field.

Namespace: DevExpress.PivotGrid.DataBinding

Assembly: DevExpress.PivotGrid.v22.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue("")]
public string Expression { get; set; }

Property Value

Type Default Description
String String.Empty

A string expression.

See Also