TcxCustomGridTableFiltering.ExpressionEditing Property
Specifies if a user can edit expressions in Filter Builder.
Declaration
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.
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.
The ExpressionEditing property’s default value is False.
See Also