Skip to main content
A newer version of this page is available. .

ExpressionEditorOptionsBehavior.AutoSelectFocusedItem Property

Specifies whether to select the function (and display its description) that is currently being focused in the Expression Editor.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v19.1.dll

Declaration

public bool AutoSelectFocusedItem { get; set; }

Property Value

Type Description
Boolean

true, to select the focused function and display its description; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutoSelectFocusedItem
ExpressionEditorContext
.OptionsBehavior.AutoSelectFocusedItem
See Also