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