Skip to main content
All docs
V24.2

OLAPExpressionBindingBase.Expression Property

Specifies a string expression for a Pivot Grid field.

Namespace: DevExpress.PivotGrid.DataBinding

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A string expression.

See Also