Skip to main content
All docs
V23.2

PivotGridOptionsOLAP.UseFilter Property

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default
Boolean false

Property Paths

You can access this nested property as listed below:

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