PivotGridControl.DefaultDataProcessingEngine Property
Gets or sets a default engine used to perform data processing in the pivot grid.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
[DefaultValue(PivotDataProcessingEngine.LegacyOptimized)]
public static PivotDataProcessingEngine DefaultDataProcessingEngine { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pivot |
Legacy |
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 |
#Remarks
To set the data processing engine for the specified PivotGridControl, use the PivotGridOptionsData.DataProcessingEngine property (which is accessible through PivotGridControl.OptionsData). The DefaultDataProcessingEngine property allows you to change the engine used by default (PivotGridOptionsData.DataProcessingEngine is set to PivotDataProcessingEngine.Default).
See Data Processing Engines for details.