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

UnboundExpressionMode Enum

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum UnboundExpressionMode

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 then the resulting values are summarized.

UseAggregateFunctions

An unbound expression is calculated using aggregates.

Related API Members

The following properties accept/return UnboundExpressionMode values:

Remarks

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

To learn more, see Unbound Fields.

See Also