Skip to main content

TcxGridItemFilterPopupOptions.ApplyMultiSelectChanges Property

Specifies how the View updates its filter criteria in response to changes made in a filter dropdown

Declaration

property ApplyMultiSelectChanges: TcxGridItemFilterPopupApplyChangesMode read; write; default fpacImmediately;

Property Value

Type Default
TcxGridItemFilterPopupApplyChangesMode fpacImmediately

Remarks

Refer to the TcxGridItemFilterPopupApplyChangesMode type description for details on available options.

The default value of the ApplyMultiSelectChanges property is fpacImmediately.

See Also