PictureEdit.EditorContainsFocus Property
Gets a value indicating whether the picture editor is focused.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the picture editor has focus; otherwise, false. |
Remarks
The EditorContainsFocus property indicates whether the picture editor has focus.
This property is used internally when the editor is used for inplace editing in DevExpress container controls such as the XtraGrid. As such, in most instances, you need not use it directly in your applications.
See Also