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

IThreadSafeField.UnboundExpression Property

Gets or sets an expression used to evaluate values for the current unbound field.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

string UnboundExpression { get; }

Property Value

Type Description
String

A String that specifies an expression used to evaluate values for the current field.

Remarks

The UnboundExpression property provides thread-safe access to the field’s PivotGridFieldBase.UnboundExpression property. To learn more, see PivotGridFieldBase.UnboundExpression.

Use the UnboundExpression property when handling events in asynchronous mode.

See Also