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

PivotGridOptionsFilterBase.AutoFilterType Property

Gets or sets a field filter’s type when field filters are included into filter critera.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AutoFilterType { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

True, to specify the field filter’s type automatically; otherwise, False.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AutoFilterType
WinForms Controls PivotGridControl
.OptionsFilterPopup .AutoFilterType
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsFilter .AutoFilterType
MVCxPivotGrid
.OptionsFilter .AutoFilterType
PivotGridSettings
.OptionsFilter .AutoFilterType

Remarks

Use this option to automatically configure the field filter’s type when you set the field filter in the UI.

When the PivotGridWebOptionsFilter.FilterPanelMode property is set to Filter, the AutoFilterType property regulates the filter type. When this property is enabled, the control generates filter criteria so as to include a minimum of values.

See Also