UnboundExpressionMode Enum
Lists values that specify how the unbound expressions for data fields are calculated.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Members
Name | Description |
---|---|
Default
|
An unbound expression is calculated against each data source record, and then the resulting values are summarized. |
UseSummaryValues
|
An unbound expression is calculated against summary values. |
Related API Members
The following properties accept/return UnboundExpressionMode values:
Remarks
Values listed by this enumeration are used to set the PivotGridControl.DataFieldUnboundExpressionMode property.
See Also