Back to Devexpress

PivotGridFieldOptionsFilter.PopupExcelFilterImmediateUpdate Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldoptionsfilter-5eb00b80.md

latest2.3 KB
Original Source

PivotGridFieldOptionsFilter.PopupExcelFilterImmediateUpdate Property

Gets or sets whether filter conditions are applied to data immediately or only when the drop-down filter is closed. This property is in effect for the Excel-style Filter Dropdown.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean PopupExcelFilterImmediateUpdate { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Overridable Property PopupExcelFilterImmediateUpdate As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

True or Default if filter conditions immediately apply to data; otherwise, False.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PopupExcelFilterImmediateUpdate
PivotGridField

.OptionsFilter .PopupExcelFilterImmediateUpdate

|

See Also

PivotGridFieldOptionsFilter Class

PivotGridFieldOptionsFilter Members

DevExpress.XtraPivotGrid Namespace