Skip to main content
All docs
V24.1

OLAPExpressionBindingBase.Expression Property

Specifies a string expression for a Pivot Grid field.

Namespace: DevExpress.PivotGrid.DataBinding

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

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

Declaration

[XtraSerializableProperty]
public string Expression { get; set; }

Property Value

Type Description
String

A string expression.

See Also