corelibraries-devexpress-dot-xtrapivotgrid-14c59068.md
Lists values that specify how the unbound expressions for a specified data field 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 UnboundExpressionMode
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum UnboundExpressionMode
| 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.
|
The following properties accept/return UnboundExpressionMode values:
Values listed by this enumeration are used to set the PivotGridFieldBase.UnboundExpressionMode property.
To learn more, see Unbound Fields.
See Also