TcxGridFilterRowOptions.ApplyInputDelay Property
Specifies the delay after which filtering is applied, in milliseconds.
Declaration
property ApplyInputDelay: Cardinal read; write; default cxGridFilterRowDelayDefault;
Property Value
Type | Default |
---|---|
Cardinal | cxGridFilterRowDelayDefault |
Remarks
If the ApplyChanges property is fracDelayed, when an end-user starts typing within an in-place editor the grid waits for a period specified by the ApplyInputDelay property, before applying the entered filter string.
This can be useful when handling a large amount of data. Relative to the mode when filtering is applied with each keystroke (the ApplyChanges property is fracImmediately), this approach reduces data requests, and as a result, filtering pending.
The default value of the ApplyInputDelay property is cxGridFilterRowDelayDefault.
See Also