GridRowClickEventArgs Properties
Contains data for the RowClick and RowDoubleClick events.| Name | Description |
|---|---|
| Column | Provides access to the IGridColumn interface (a grid column). |
| CtrlKey | Specifies whether the Ctrl key was pressed when a user clicked a row. |
| Grid | Returns an object that defines grid API members (properties and methods). |
| InputDevice | Returns the input device that triggered the event. |
| ShiftKey | Specifies whether the Shift key was pressed when a user clicked a row. |
| VisibleIndex | Returns the clicked row’s visible index. |
See Also