Skip to main content
All docs
V23.2

OLAPExpressionBindingBase.Expression Property

Specifies a string expression for a Pivot Grid field.

Namespace: DevExpress.PivotGrid.DataBinding

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
String String.Empty

A string expression.

See Also