wpf-devexpress-dot-xpf-dot-pivotgrid-d0ca496a.md
Lists values that specify how the unbound expressions for a specified data field are calculated.
Namespace : DevExpress.Xpf.PivotGrid
Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package : DevExpress.Wpf.PivotGrid
public enum FieldUnboundExpressionMode
Public Enum FieldUnboundExpressionMode
| Name | Description |
|---|---|
Default |
The default parameter value.
|
| UseSummaryValues |
An unbound expression is calculated against summary values.
|
| DataSource |
An unbound expression is calculated against each data source record, and the resulting values are summarized.
|
| UseAggregateFunctions |
An unbound expression is calculated using aggregates.
|
The following properties accept/return FieldUnboundExpressionMode values:
Values listed by this enumeration are used to set the PivotGridField.UnboundExpressionMode property.
See Also