Skip to main content

PictureEdit.EditorContainsFocus Property

Gets a value indicating whether the picture editor is focused.

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