Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PictureEdit.EditorContainsFocus Property

Gets a value indicating whether the picture editor is focused.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.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