TcxGridItemFilterPopupApplyChangesMode Type
In This Article
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 |
---|
Tdx |
#Remarks
Options include:
Value | Description |
---|---|
fpac |
The View updates its filter criteria immediately after an end-user makes any change in a filter dropdown. |
fpac |
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