Back to Devexpress

UnboundExpressionMode Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-c7eac5dd.md

latest1.4 KB
Original Source

UnboundExpressionMode Enum

Lists values that specify how the unbound expressions for data fields are calculated.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum UnboundExpressionMode
vb
Public Enum UnboundExpressionMode

Members

NameDescription
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.

|

The following properties accept/return UnboundExpressionMode values:

Remarks

Values listed by this enumeration are used to set the PivotGridControl.DataFieldUnboundExpressionMode property.

See Also

DevExpress.Xpf.PivotGrid Namespace