Skip to main content
All docs
V24.1

PivotGridOptionsOLAP.UseFilter Property

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

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

Declaration

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

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

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