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

TcxGridFilterRowOptions.ApplyInputDelay Property

Specifies the delay after which filtering is applied, in milliseconds.

#Declaration

Delphi
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