Back to Devexpress

TcxCustomInplaceEditContainer.VisibleForExpressionEditor Property

vcl-cxinplacecontainer-dot-tcxcustominplaceeditcontainer-6b021363.md

latest1.5 KB
Original Source

TcxCustomInplaceEditContainer.VisibleForExpressionEditor Property

Specifies an item’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 a specific item in “Available Elements” for the Fields category.

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

Options include:

ValueDescription
bFalseExcludes the item from the list of available items in the editor.
bTrueDisplays the item in the editor.
bDefaultDisplays or hides the item in the editor depending on its Visible property value.

The VisibleForExpressionEditor property’s default value is bDefault.

See Also

TcxCustomInplaceEditContainer.ShowExpressionEditor

TcxCustomInplaceEditContainer Class

TcxCustomInplaceEditContainer Members

cxInplaceContainer Unit