Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsFilteringItemExcelPopup.ApplyChanges Property

Specifies how an Excel-inspired dropdown window updates filter criteria in a tree list or vertical grid control.

#Declaration

Delphi
property ApplyChanges: TdxExcelFilterValueContainerApplyChangesMode read; write; default efacDefault;

#Property Value

Type Default
TdxExcelFilterValueContainerApplyChangesMode efacDefault

#Remarks

Set this property to efacImmediately or efacOnTabOrOKButtonClick to explicitly enable the immediate post or on-demand filter criteria update mode in a filter dropdown, respectively. Refer to the TdxExcelFilterValueContainerApplyChangesMode type description for details.

A container control item’s Properties.Options.ExcelFilterPopup.ApplyChanges property overrides the ApplyChanges property. If the former property is set to efacDefault, the item inherits the filter criteria update mode from the container control. The dxDefaultExcelFilterValueContainerApplyChanges global constant defines how the filter dropdown applies changes made to its filter criteria if efacDefault is assigned to both properties.

The ApplyChanges property’s default value is efacDefault.

See Also