A newer version of this page is available.
Switch to the current version.
BaseView.Click Event
Occurs when a View is clicked.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[DXCategory("Action")]
public event EventHandler Click
<DXCategory("Action")>
Public Event Click As EventHandler
Event Data
The Click event's data class is EventArgs.
Remarks
The Click event occurs when the end-user clicks within a View. If clicking a grid cell activates a column editor, the Click event does not occur. Before the Click event, the BaseView.MouseDown event is generated. This occurs whenever the end-user presses the mouse key.
Please refer to the Hit Information topic for information on how to determine which element has been clicked.
See Also
Feedback