Back to Devexpress

ASPxClientVerticalGridRecordClickEventArgs Class

aspnet-js-aspxclientverticalgridrecordclickeventargs.md

latest1.2 KB
Original Source

ASPxClientVerticalGridRecordClickEventArgs Class

Provides data for the ASPxClientVerticalGrid.RecordClick event.

Declaration

ts
declare class ASPxClientVerticalGridRecordClickEventArgs extends ASPxClientCancelEventArgs

Remarks

The ASPxClientVerticalGrid.RecordClick event is raised when a record is clicked. The ASPxClientVerticalGridRecordClickEventArgs object provides the visibleIndex property that identifies the clicked record. The ASPxClientVerticalGridRecordClickEventArgs.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 ASPxClientVerticalGridRecordClickEventArgs

See Also

Vertical Grid

ASPxClientVerticalGridRecordClickEventArgs Members