Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

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