Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean PopupExcelFilterImmediateUpdate { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

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

Available values:

Name Description Return 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 Type Path to PopupExcelFilterImmediateUpdate
PivotGridField
.OptionsFilter .PopupExcelFilterImmediateUpdate
See Also