Back to Devexpress

PictureEdit.EditorContainsFocus Property

windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-d41db238.md

latest1.4 KB
Original Source

PictureEdit.EditorContainsFocus Property

Gets a value indicating whether the picture editor is focused.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
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

PictureEdit Class

PictureEdit Members

DevExpress.XtraEditors Namespace