Skip to main content

UnboundExpressionMode Enum

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

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public enum UnboundExpressionMode

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

#Passed To

You can pass UnboundExpressionMode values to the PivotGridControl.DataFieldUnboundExpressionMode property.

#Remarks

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

See Also