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

PivotGridOptionsDataField.EnableFilteringByData Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

Type Description
Boolean

A Boolean value.

Property Paths

You can access this nested property as listed below:

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