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

BaseView.DoubleClick Event

Occurs when a View is double-clicked.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DXCategory("Action")]
public event EventHandler DoubleClick

Event Data

The DoubleClick event's data class is EventArgs.

Remarks

The DoubleClick event occurs when the end-user double-clicks within a View. The DoubleClick event does not occur if an in-place editor is activated as a result of double-clicking as well as when double-clicking within the GridControl.EmbeddedNavigator.

This event can be used to perform specific actions in response to double-click events against a particular View element. Refer to the Hit Information help topic for information on how to identify the View element located under the mouse pointer.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DoubleClick 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