A newer version of this page is available.
Switch to the current version.
PivotGridControl.DefaultDataProcessingEngine Property
Gets or sets a default engine used to perform data processing in the pivot grid.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v19.1.dll
Declaration
[DefaultValue(PivotDataProcessingEngine.Default)]
public static PivotDataProcessingEngine DefaultDataProcessingEngine { get; set; }
<DefaultValue(PivotDataProcessingEngine.Default)>
Public Shared Property DefaultDataProcessingEngine As PivotDataProcessingEngine
Property Value
Type | Default | Description |
---|---|---|
PivotDataProcessingEngine | Default |
A PivotDataProcessingEngine enumeration value that specifies an engine used to perform data processing in the pivot grid. |
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 Also
Feedback