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

TcxGridItemExcelFilterPopupOptions.ApplyChanges Property

Specifies how an Excel-inspired popup window updates filtering criteria in a grid View.

Declaration

property ApplyChanges: TdxExcelFilterValueContainerApplyChangesMode read; write; default efacDefault;

Property Value

Type Default
TdxExcelFilterValueContainerApplyChangesMode efacDefault

Remarks

Set this property to efacImmediately or efacOnTabOrOKButtonClick to switch between the immediate post and on-demand update modes in a Table or Card View. In the latter case, an Excel-inspired filter dropdown shows the OK button that users can click to confirm changes and close the popup window. Refer to the TdxExcelFilterValueContainerApplyChangesMode type description for details.

The ApplyChanges property has lower priority than a grid item‘s Options.FilteringExcelPopupApplyChanges property. The grid item uses the filter criteria update mode assigned to the parent View only if the latter property is set to efacDefault.

The dxDefaultExcelFilterValueContainerApplyChanges global constant value defines the active filter criteria update mode for a grid View if the ApplyChanges property is set to efacDefault.

The ApplyChanges property’s default value is efacDefault.

See Also