Skip to main content
A newer version of this page is available. .

FieldUnboundExpressionMode Enum

Lists values that specify how the unbound expressions for a specified data field are calculated.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public enum FieldUnboundExpressionMode

Members

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.

Related API Members

The following properties accept/return FieldUnboundExpressionMode values:

Remarks

Values listed by this enumeration are used to set the PivotGridField.UnboundExpressionMode property.

See Also