TcxEditorRowPropertiesFilterPopupOptions.IncrementalFiltering Property
In This Article
Provides access to the incremental filtering settings.
#Declaration
Delphi
property IncrementalFiltering: TcxEditorRowPropertiesFilterPopupIncrementalFilteringOptions read; write;
#Property Value
Type |
---|
Tcx |
#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