Skip to main content

ExpressionBindingBase.Expression Property

Gets or sets a string expression to calculate.

Namespace: DevExpress.PivotGrid.DataBinding

Assembly: DevExpress.PivotGrid.v22.2.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