Back to Devexpress

PivotGridOptionsFilterPopup.AllowFilterTypeChanging Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsfilterpopup-5a873092.md

latest2.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[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; }
vb
<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

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath 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

FilterType

PivotGridOptionsFilterPopup Class

PivotGridOptionsFilterPopup Members

DevExpress.XtraPivotGrid Namespace