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

WindowExpressionBindingBase.Expression Property

Gets or sets a string expression with window functions.

Namespace: DevExpress.PivotGrid.DataBinding

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

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

Property Value

Type Default Description
String "Index()"

A string expression.

See Also