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

TcxGridItemFilterPopupApplyChangesMode Type

Enumerates options that specify how a grid View updates its filter criteria in response to changes made in a filter dropdown.

#Declaration

Delphi
TcxGridItemFilterPopupApplyChangesMode = dxFilterValueContainer.TdxFilterApplyChangesMode;

#Referenced Class

Type
TdxFilterApplyChangesMode

#Remarks

Options include:

Value Description
fpacImmediately The View updates its filter criteria immediately after an end-user makes any change in a filter dropdown.
fpacOnButtonClick The View updates its filter criteria when an end-user clicks the “Apply Filter” button located at the bottom of a filter dropdown. This button is displayed only if the filter dropdown allows multiple item selections.
See Also