PivotGridOptionsData.DataProcessingEngine Property
Gets or sets the 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
[DefaultValue(PivotDataProcessingEngine.Default)]
public virtual PivotDataProcessingEngine DataProcessingEngine { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pivot |
Default | A Pivot |
Available values:
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 |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Data |
---|---|
Pivot |
|
#Remarks
You can use the following properties to change the default engine (DataProcessingEngine is set to PivotDataProcessingEngine.Default):
- for PivotGridControl, use the PivotGridControl.DefaultDataProcessingEngine;
- for the ASPxPivotGrid control and corresponding MVC extension, use the ASPxPivotGrid.DefaultDataProcessingEngine.
See Data Processing Engines for details.
#Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the DataProcessingEngine property.
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.