Back to Devexpress

DataProcessingEngine Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-755f6bbb.md

latest2.2 KB
Original Source

DataProcessingEngine Enum

Lists values that specify an engine used to perform data processing (aggregation, summarization, etc.) in the pivot grid.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum DataProcessingEngine
vb
Public Enum DataProcessingEngine

Members

NameDescription
Default

A default data processing engine. You can specify the default engine explicitly using the PivotGridControl.DefaultDataProcessingEngine property.

| | 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 DataProcessingEngine values:

Remarks

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

See Also

DevExpress.Xpf.PivotGrid Namespace