Skip to main content

ASPxClientVerticalGridRecordClickEventArgs Class

Provides data for the ASPxClientVerticalGrid.RecordClick event.

Declaration

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