RepositoryItem.DoubleClick Event
Fires when the editor is double clicked.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The DoubleClick event's data class is EventArgs.
Remarks
Handle this event to perform specific actions in response to editor double click events.
See Also