Back to Devexpress

ASPxPivotGrid.DefaultDataProcessingEngine Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-5ef79ef2.md

latest3.0 KB
Original Source

ASPxPivotGrid.DefaultDataProcessingEngine Property

Gets or sets a default engine used to perform data processing in the pivot grid.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static PivotDataProcessingEngine DefaultDataProcessingEngine { get; set; }
vb
Public Shared Property DefaultDataProcessingEngine As PivotDataProcessingEngine

Property Value

TypeDescription
PivotDataProcessingEngine

A PivotDataProcessingEngine enumeration value that specifies an engine used to perform data processing in the pivot grid.

|

Available values:

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.

|

Remarks

To set the data processing engine for the specified ASPxPivotGrid control, use the PivotGridOptionsData.DataProcessingEngine property (which is accessible through ASPxPivotGrid.OptionsData). The DefaultDataProcessingEngine property allows you to change the engine used by default (PivotGridOptionsData.DataProcessingEngine is set to PivotDataProcessingEngine.Default).

See Also

DataProcessingEngine

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace