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

DataFieldUnboundExpressionMode Enum

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
public enum DataFieldUnboundExpressionMode

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 DataFieldUnboundExpressionMode values:

Library Related API Members
Cross-Platform Class Library PivotGridOptionsData.DataFieldUnboundExpressionMode
ASP.NET Web Forms Controls MVCxPivotGridWebOptionsData.DataFieldUnboundExpressionMode

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the DataFieldUnboundExpressionMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also