Back to Devexpress

TcxCustomEditorRowProperties.VisibleForExpressionEditor Property

vcl-cxvgrid-dot-tcxcustomeditorrowproperties-30113b9e.md

latest1.6 KB
Original Source

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

TypeDefault
TdxDefaultBooleanbDefault

Remarks

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

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:

ValueDescription
bFalseExcludes the row from the list of available items in the editor.
bTrueDisplays the row in the editor.
bDefaultDisplays 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

TcxCustomEditorRowProperties.ShowExpressionEditor

TcxCustomEditorRowProperties Class

TcxCustomEditorRowProperties Members

cxVGrid Unit