Skip to main content

TcxControlOptionsFilteringItemPopup.ApplyMultiSelectChanges Property

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

Declaration

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