PopupBaseEdit.EditorContainsFocus Property
Gets a value indicating whether the editor has input focus.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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