TcxGridFindPanelOptions.UseDelayedFind Property
In This Article
Switches between delayed automatic and manual search modes.
#Declaration
Delphi
property UseDelayedFind: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Options include:
Value | Description |
---|---|
True | The delayed automatic search mode. A filter or search operation starts automatically after a time interval elapsed since the last search string change made in the Filter Box. Use the Apply |
False | The manual search mode. A user must click the Find button or press the Enter key to apply the search string as one or more filter criteria. In search mode, only the Enter key initiates a search operation. |
The UseDelayedFind property’s default value is True.
See Also