UnboundExpressionMode Enum
In This Article
Lists values that specify how the unbound expressions for data fields are calculated.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Default | An unbound expression is calculated against each data source record, and then the resulting values are summarized. |
Use |
An unbound expression is calculated against summary values. |
#Passed To
You can pass UnboundExpressionMode values to the PivotGridControl.DataFieldUnboundExpressionMode property.
#Remarks
Values listed by this enumeration are used to set the PivotGridControl.DataFieldUnboundExpressionMode property.
See Also