Skip to main content

DataFieldUnboundExpressionMode Enum

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
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 MVC Extensions MVCxPivotGridWebOptionsData.DataFieldUnboundExpressionMode

Remarks

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

See Also