TdxFilterApplyChangesMode Enum
In This Article
Enumerates options that specify how an editing control updates its filter criteria in response to changes made in a filter dropdown.
#Declaration
Delphi
TdxFilterApplyChangesMode = (
fpacImmediately,
fpacOnButtonClick
);
#Members
Name |
---|
fpac
|
fpac
|
#Remarks
Options include:
Value | Description |
---|---|
fpac |
An editing control updates its filter criteria immediately after an end-user makes any change in a filter dropdown. |
fpac |
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