MVCxPivotGridWebOptionsData.DataProcessingEngine Property
Gets or sets an engine used to perform data processing (aggregation, summarization, etc.) in the pivot grid.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PivotDataProcessingEngine DataProcessingEngine { get; set; }
#Property Value
Type | Description |
---|---|
Pivot |
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
If necessary, you can change the engine used by default (DataProcessingEngine is set to PivotDataProcessingEngine.Default) using the static ASPxPivotGrid.DefaultDataProcessingEngine property.
Note
The Data