Back to Devexpress

ASPxClientGridViewRowClickEventArgs Class

aspnet-js-aspxclientgridviewrowclickeventargs.md

latest1.2 KB
Original Source

ASPxClientGridViewRowClickEventArgs Class

Provides data for the ASPxClientGridView.RowClick event.

Declaration

ts
declare class ASPxClientGridViewRowClickEventArgs extends ASPxClientGridViewRowCancelEventArgs

Remarks

The ASPxClientGridView.RowClick event is raised when a data row is clicked. The ASPxClientGridViewRowClickEventArgs object provides the visibleIndex property that identifies the clicked row. The ASPxClientGridViewRowClickEventArgs.htmlEvent property provides multiple properties that allow you to obtain the mouse cursor’s position, the mouse button pressed by the user, etc.

Inheritance

ASPxClientEventArgs ASPxClientCancelEventArgs ASPxClientGridViewRowCancelEventArgs ASPxClientGridViewRowClickEventArgs

See Also

Grid View

ASPxClientGridViewRowClickEventArgs Members