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

ExpressionBindingBase.Expression Property

Gets or sets a string expression to calculate.

Namespace: DevExpress.PivotGrid.DataBinding

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A string expression.

See Also