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

PopupBaseEdit.EditorContainsFocus Property

Gets a value indicating whether the editor has input focus.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public override bool EditorContainsFocus { get; }

Property Value

Type Description
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