Back to Devexpress

PopupBaseEdit.EditorContainsFocus Property

windowsforms-devexpress-dot-xtraeditors-dot-popupbaseedit-d8cbb75f.md

latest1.4 KB
Original Source

PopupBaseEdit.EditorContainsFocus Property

Gets a value indicating whether the editor has input focus.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override bool EditorContainsFocus { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property EditorContainsFocus As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

This property overrides the BaseEdit.EditorContainsFocus property to take the popup window’s focus into account.

See Also

IsPopupOpen

PopupBaseEdit Class

PopupBaseEdit Members

DevExpress.XtraEditors Namespace