ExpressionEdit.ShowDisplayNameWhenInactive

Syntax

ExpressionEdit.ShowDisplayNameWhenInactive

Data Type

Boolean

Purpose

When this property is True and the text in the ExpressionEdit control corresponds to the value of an item in the drop-down list and the item has a DisplayName , the ExpressionEdit control shows the DisplayName of the item instead of the text when the ExpressionEdit control is inactive.

Remarks

The ExpressionEdit control uses this property only when the style is ExpressionEditStyle_DropDownCombo .

See Also

ExpressionEditComboBoxItem.DisplayName

ExpressionEditStyles