IThreadSafeField.UnboundExpression Property
Gets or sets an expression used to evaluate values for the current unbound field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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