Skip to main content
A newer version of this page is available. .

RepositoryItem.Enter Event

Fires when the editor receives focus.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Events")]
public event EventHandler Enter

Event Data

The Enter event's data class is EventArgs.

Remarks

The Enter event is equivalent to the editor’s Enter event.

Note: when using editors for in-place editing (for use in the Grid Control or other DevExpress container controls), editors are created dynamically when starting to edit a container control’s cell value. Thus, the Enter event is raised each time the repository item’s corresponding editor is created. Note that container controls provide their own events that enable centralized control over the visibility of editors.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Enter event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also