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

SearchLookUpEdit.EditorContainsFocus Property

Gets whether the editor or its popup has input focus.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public override bool EditorContainsFocus { get; }

Property Value

Type Description
Boolean

true if the editor or its popup window has focus; otherwise, false.

See Also