TcxEditorRowPropertiesFilterPopupOptions.IncrementalFiltering Property
Provides access to the incremental filtering settings.
Declaration
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