Back to Devexpress

SearchLookUpEdit.EditorContainsFocus Property

windowsforms-devexpress-dot-xtraeditors-dot-searchlookupedit.md

latest1.2 KB
Original Source

SearchLookUpEdit.EditorContainsFocus Property

Gets whether the editor or its popup has input focus.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override bool EditorContainsFocus { get; }
vb
Public Overrides ReadOnly Property EditorContainsFocus As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

SearchLookUpEdit Class

SearchLookUpEdit Members

DevExpress.XtraEditors Namespace