Back to Devexpress

PivotDataProcessingEngine Enum

corelibraries-devexpress-dot-xtrapivotgrid-1cc411f8.md

latest3.2 KB
Original Source

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.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotDataProcessingEngine
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotDataProcessingEngine

Members

NameDescription
Default

A default data processing engine ( LegacyOptimized ). You can specify the default engine explicitly using the DefaultDataProcessingEngine property exposed by the control.

| | Legacy |

A legacy data processing engine.

| | LegacyOptimized |

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 PivotGrid fields. Does not support legacy features and behavior. See the Optimized Calculation Engine article for more information.

|

The following properties accept/return PivotDataProcessingEngine values:

LibraryRelated API Members
Cross-Platform Class LibraryPivotGridOptionsData.DataProcessingEngine
WinForms ControlsPivotGridControl.DefaultDataProcessingEngine
ASP.NET Web Forms ControlsASPxPivotGrid.DefaultDataProcessingEngine
ASP.NET MVC ExtensionsMVCxPivotGridWebOptionsData.DataProcessingEngine
.NET Reporting ToolsXRPivotGridOptionsData.DataProcessingEngine

Remarks

Values listed in this enumeration are used to set the following properties:

See Data Processing Engines for details.

See Also

DevExpress.XtraPivotGrid Namespace