TcxCustomGridTableItem.VisibleForExpressionEditor Property
In This Article
Specifies if the grid View item is available as a value source for expressions in the “Expression Editor“ dialog.
#Declaration
Delphi
property VisibleForExpressionEditor: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#Remarks
This property specifies under which conditions the “Expression Editor” dialog shows the grid View item in the Fields category. Users can still manually type the Caption or AlternateCaption property value enclosed in square brackets to use the item in an expression as a value source.
Options include:
Value | Description |
---|---|
b |
The dialog never lists the grid View item as a value source for expressions. |
b |
The dialog always lists the grid View item as a value source. |
b |
The dialog lists the grid View item under the Fields category only if the Visible property is set to True. |
Note
Call the Show
The VisibleForExpressionEditor property’s default value is bDefault.
See Also