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

TdxFilterApplyChangesMode Enum

Enumerates options that specify how an editing control updates its filter criteria in response to changes made in a filter dropdown.

Declaration

TdxFilterApplyChangesMode = (
    fpacImmediately,
    fpacOnButtonClick
);

Members

Name
fpacImmediately
fpacOnButtonClick

Remarks

Options include:

Value Description
fpacImmediately An editing control updates its filter criteria immediately after an end-user makes any change in a filter dropdown.
fpacOnButtonClick An editing control 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