Back to Devexpress

TcxGridFilterRowApplyChangesMode Enum

vcl-cxgridtableview-61b13c31.md

latest1.1 KB
Original Source

TcxGridFilterRowApplyChangesMode Enum

Enumerates the available types of updating the View when filtering items with a filter row.

Declaration

delphi
TcxGridFilterRowApplyChangesMode = (
    fracOnCellExit,
    fracImmediately,
    fracDelayed
);

Members

Name
fracOnCellExit
fracImmediately
fracDelayed

Remarks

The following table contains descriptions of the enumeration values:

ValueMeaning
fracOnCellExitThe View is updated with filtered data when pressing the Enter key.
fracImmediatelyThe View is updated with filtered data every time an end-user starts typing in an in-place editor.
fracDelayedWhen typing in an in-place editor, the View is updated with filtered data after a delay specified by the ApplyInputDelay property.

See Also

TcxGridFilterRowOptions.ApplyChanges

cxGridTableView Unit