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

RepositoryItem.Enter Event

Fires when the editor receives focus.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

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

See Also