corelibraries-devexpress-dot-xtrapivotgrid-3aca0d2b.md
Lists values that specify how the unbound expressions for data fields are calculated.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum DataFieldUnboundExpressionMode
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum DataFieldUnboundExpressionMode
| 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.
|
The following properties accept/return DataFieldUnboundExpressionMode values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | PivotGridOptionsData.DataFieldUnboundExpressionMode |
| ASP.NET MVC Extensions | MVCxPivotGridWebOptionsData.DataFieldUnboundExpressionMode |
Values listed by this enumeration are used to set the PivotGridOptionsData.DataFieldUnboundExpressionMode property.
See Also