DataFieldUnboundExpressionMode Enum
In This Article
Lists values that specify how the unbound expressions for data fields are calculated.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.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. |
Use
|
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 | Pivot |
ASP. |
MVCx |
#Remarks
Values listed by this enumeration are used to set the PivotGridOptionsData.DataFieldUnboundExpressionMode property.
See Also