PivotDataProcessingEngine Enum
Lists values that specify an engine used to perform data processing (aggregation, summarization, etc.) in the pivot grid.
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 PivotDataProcessingEngine
#Members
Name | Description |
---|---|
Default
|
A default data processing engine (Legacy |
Legacy
|
A legacy data processing engine. |
Legacy
|
A legacy data processing engine that includes optimizations for basic operations. |
Optimized
|
Improves performance and provides an extended set of aggregations and window functions. Allows you to use the Data Binding API for Pivot |
#Related API Members
The following properties accept/return PivotDataProcessingEngine values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Pivot |
Win |
Pivot |
ASP. |
ASPx |
ASP. |
MVCx |
.NET Reporting Tools | XRPivot |
#Remarks
Values listed in this enumeration are used to set the following properties:
See Data Processing Engines for details.