TcxGridFilterRowOptions.ApplyChanges Property
In This Article
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
Type | Default |
---|---|
Tcx |
frac |
#Remarks
Options include:
Value | Meaning |
---|---|
frac |
The 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. |
frac |
The View is updated with the filtered data each time the end-user enters a character within the in-place editor. |
frac |
The View is updated with the filtered data after a delay specified by Apply |
The default value of the ApplyChanges property is fracOnCellExit.
See Also