RepositoryItem.DoubleClick Event
In This Article
Fires when the editor is double clicked.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Events")]
public event EventHandler DoubleClick
#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