Back to Devexpress

TcxGridFilterRowOptions.ApplyChanges Property

vcl-cxgridtableview-dot-tcxgridfilterrowoptions.md

latest1.7 KB
Original Source

TcxGridFilterRowOptions.ApplyChanges Property

Specifies how filtering is applied to a View when a filter row is used.

Declaration

delphi
property ApplyChanges: TcxGridFilterRowApplyChangesMode read; write; default fracOnCellExit;

Property Value

TypeDefault
TcxGridFilterRowApplyChangesModefracOnCellExit

Remarks

Options include:

ValueMeaning
fracOnCellExitThe filter row’s in-place editors introduce an auto-complete feature. When an end-user starts entering values, the in-place editor automatically completes the entry based on values contained in the column. Pressing the Enter key updates the View with the filtered data.
fracImmediatelyThe View is updated with the filtered data each time the end-user enters a character within the in-place editor.
fracDelayedThe View is updated with the filtered data after a delay specified by ApplyInputDelay property, allowing an end-user to make a more complete entry within the in-place editor. This improves filtering performance when handling large datasets (relative to the mode when filtering is applied immediately – the ApplyChanges property is fracImmediately ).

The default value of the ApplyChanges property is fracOnCellExit.

See Also

TcxGridFilterRowOptions Class

TcxGridFilterRowOptions Members

cxGridTableView Unit