TcxGridItemFilterPopupApplyChangesMode Type
Enumerates options that specify how a grid View updates its filter criteria in response to changes made in a filter dropdown.
Declaration
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