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

TcxEditorRowPropertiesFilterPopupOptions.IncrementalFiltering Property

Provides access to the incremental filtering settings.

#Declaration

Delphi
property IncrementalFiltering: TcxEditorRowPropertiesFilterPopupIncrementalFilteringOptions read; write;

#Property Value

Type
TcxEditorRowPropertiesFilterPopupIncrementalFilteringOptions

#Remarks

Set the IncrementlaFiltering.Enabled property to True to enable the incremental filtering functionality in a vertical grid control. Refer to the TcxEditorRowPropertiesFilterPopupIncrementalFilteringOptions class description for details on available options.

See Also