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

TcxControlOptionsFiltering.ExpressionEditing Property

Specifies if a user can edit expressions in Filter Builder.

#Declaration

Delphi
property ExpressionEditing: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to display the “f(x)” button in Filter Builder.

Editable Expressions

A click on this button invokes Expression Editor that allows a user to specify a new expression for a filter item, or edit/delete an existing expression.

Note

An expression you specify in code or with Expression Editor replaces a filter item’s actual value. To use an item’s value instead of an expression, assign no expression to a filter item or invoke Expression Editor and clear its expression box.

The ExpressionEditing property’s default value is False.

See Also