windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsfilterpopup-5a873092.md
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.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("The AllowFilterTypeChanging property is obsolete. Use the PivotGridFieldBase.ShowNewValues property instead.")]
[XtraSerializableProperty]
public bool AllowFilterTypeChanging { get; set; }
<DefaultValue(False)>
<XtraSerializableProperty>
<Obsolete("The AllowFilterTypeChanging property is obsolete. Use the PivotGridFieldBase.ShowNewValues property instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AllowFilterTypeChanging As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if the filter’s type can be changed at runtime; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to AllowFilterTypeChanging |
|---|---|
| PivotGridControl |
.OptionsFilterPopup .AllowFilterTypeChanging
|
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
PivotGridOptionsFilterPopup Class