TcxCustomEditorRowProperties.ShowExpressionEditor Method
In This Article
Invokes the “Expression Editor Dialog“ dialog for an editor row.
#Declaration
Delphi
procedure ShowExpressionEditor; virtual;
#Remarks
Call this procedure to display the dialog that allows you to edit the row’s expression accessible via the DataBinding.Expression property.
See Also