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.v25.2.dll
NuGet Package: DevExpress.Data
Declaration
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 |
|
See Also