Skip to main content
A newer version of this page is available. .

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 Provides access to the IGrid interface.
ShiftKey Specifies whether the Shift key was pressed when a user clicked a row.
VisibleIndex Returns the clicked row’s visible index.
See Also