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

TcxCustomGridTableItem.ShowExpressionEditor Method

In This Article

Invokes the “Expression Editor“ dialog for the item.

#Declaration

Delphi
procedure ShowExpressionEditor; virtual;

#Remarks

Call this procedure to invoke the dialog that implements end-user capability to edit the item’s expression accessible via the DataBinding.Expression property.

Note

All TcxCustomGridTableItem class descendants that implement grid items designed for restricted data access models (such as server mode, for instance), override the ShowExpressionEditor procedure with an empty implementation to ensure that the “Expression Editor” dialog never appears in an unsupported data access mode.

See Also