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

PivotGridOptionsOLAP.UsePrefilter Property

For internal use.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[Browsable(false)]
[DefaultValue(false)]
public bool UsePrefilter { get; set; }

Property Value

Type Default
Boolean **false**

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UsePrefilter
WinForms Controls PivotGridControl
.OptionsOLAP .UsePrefilter
Reporting XRPivotGrid
.OptionsOLAP .UsePrefilter
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsOLAP .UsePrefilter
PivotGridSettings
.OptionsOLAP .UsePrefilter
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsOLAP .UsePrefilter
See Also