Skip to main content

PopupBaseEdit.EditorContainsFocus Property

Gets a value indicating whether the editor has input focus.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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