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

PivotGridOptionsFilterPopup.AllowFilterTypeChanging Property

OBSOLETE

The AllowFilterTypeChanging property is obsolete. Use the ShowNewValues property instead.

Gets or sets whether the filter’s type can be changed at runtime, via a combobox displayed at the top of the filter dropdown window.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
[Obsolete("The AllowFilterTypeChanging property is obsolete. Use the PivotGridFieldBase.ShowNewValues property instead.")]
[Browsable(false)]
public bool AllowFilterTypeChanging { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the filter’s type can be changed at runtime; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowFilterTypeChanging
PivotGridControl
.OptionsFilterPopup.AllowFilterTypeChanging

Remarks

If the AllowFilterTypeChanging option is enabled, a filter dropdown window displays a combobox allowing the filter’s type to be changed. Selecting items in this combobox is equivalent to changing the PivotGridFieldFilterValues.FilterType property.

See Also