TcxGridFilterRowApplyChangesMode Enum
In This Article
Enumerates the available types of updating the View when filtering items with a filter row.
#Declaration
Delphi
TcxGridFilterRowApplyChangesMode = (
fracOnCellExit,
fracImmediately,
fracDelayed
);
#Members
Name |
---|
frac
|
frac
|
frac
|
#Remarks
The following table contains descriptions of the enumeration values:
Value | Meaning |
---|---|
frac |
The View is updated with filtered data when pressing the Enter key. |
frac |
The View is updated with filtered data every time an end-user starts typing in an in-place editor. |
frac |
When typing in an in-place editor, the View is updated with filtered data after a delay specified by the Apply |
See Also