Skip to main content
A newer version of this page is available. .

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

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotDataProcessingEngine

Members

Name Description
Default

A default data processing engine. 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.

Related API Members

The following properties accept/return PivotDataProcessingEngine values:

Library Related API Members
Cross-Platform Class Library PivotGridOptionsData.DataProcessingEngine
WinForms Controls PivotGridControl.DefaultDataProcessingEngine
ASP.NET Controls and MVC Extensions ASPxPivotGrid.DefaultDataProcessingEngine
MVCxPivotGridWebOptionsData.DataProcessingEngine

Remarks

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

See Also