UnboundExpressionMode Enum
Lists values that specify how the unbound expressions for a specified data field are calculated.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v20.2.Core.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return UnboundExpressionMode values:
Remarks
Values listed by this enumeration are used to set the PivotGridFieldBase.UnboundExpressionMode property.
To learn more, see Unbound Fields.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the UnboundExpressionMode 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.