Back to Devexpress

BaseEdit.EditorContainsFocus Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-1ee1987b.md

latest1.5 KB
Original Source

BaseEdit.EditorContainsFocus Property

Tests whether the editor or its popup window has focus.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

When editors are used inplace in container controls, the EditorContainsFocus property is used by the container to determine whether the editor or its popup window has input focus. Don’t confuse this property with the Focused property. The Focused property does not check the editor’s dropdown window focus.

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace