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

TcxControlOptionsFilteringItemPopup.ApplyMultiSelectChanges Property

Specifies whether a classic filter dropdown immediately updates the filter criteria in response to a change.

#Declaration

Delphi
property ApplyMultiSelectChanges: TdxFilterApplyChangesMode read; write; default fpacImmediately;

#Property Value

Type Default
TdxFilterApplyChangesMode fpacImmediately

#Remarks

Set this property to fpacOnButtonClick to switch the classic filter dropdown to the on-demand filter criteria update mode. The dropdown shows the dedicated “Apply Filter” button that applies any pending changes in this case. Refer to the TdxFilterApplyChangesMode type description for details.

The ApplyMultiSelectChanges property’s default value is fpacImmediately.

See Also