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

TcxCustomEditContainerItemExcelFilterPopupOptions.ApplyChanges Property

Specifies how an Excel-inspired dropdown window updates filter criteria for a container control item.

#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 the container control item’s filter dropdown. Refer to the TdxExcelFilterValueContainerApplyChangesMode type description for details.

The ApplyChanges property overrides the Filtering.ColumnExcelPopup.ApplyChanges or Filtering.RowExcelPopup.ApplyChanges property of a tree list or vertical grid control, respectively. The item’s filter dropdown uses the criteria update mode of the container control only if the ApplyChanges property is set to efacDefault.

The ApplyChanges property’s default value is efacDefault.

See Also