Back to Devexpress

TcxGridFilterRowOptions.ApplyInputDelay Property

vcl-cxgridtableview-dot-tcxgridfilterrowoptions-925e4545.md

latest1.4 KB
Original Source

TcxGridFilterRowOptions.ApplyInputDelay Property

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

Declaration

delphi
property ApplyInputDelay: Cardinal read; write; default cxGridFilterRowDelayDefault;

Property Value

TypeDefault
CardinalcxGridFilterRowDelayDefault

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

TcxGridFilterRowOptions Class

TcxGridFilterRowOptions Members

cxGridTableView Unit