ASPxClientGridViewRowClickEventArgs Class
In This Article
Provides data for the ASPxClientGridView.RowClick event.
#Declaration
TypeScript
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