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

TcxCustomEditorRowProperties.VisibleForExpressionEditor Property

Specifies an editor row’s visibility in the “Expression Editor Dialog“ dialog.

#Declaration

Delphi
property VisibleForExpressionEditor: TdxDefaultBoolean read; write; default bDefault;

#Property Value

Type Default
TdxDefaultBoolean bDefault

#Remarks

This property specifies if the editor can display the row in “Available Elements” for the Fields category.

Expression Editor Dialog

To insert a reference to the row in an expression, enclose its caption in square brackets or double-click it in the “Available Elements” category.

Options include:

Value Description
bFalse Excludes the row from the list of available items in the editor.
bTrue Displays the row in the editor.
bDefault Displays or hides the row in the editor depending on its visibility in the control.

The default value of the VisibleForExpressionEditor property is bDefault.

See Also