Click or drag to resize
GridControlRButtonHitRowCol Event
Right Button Hit Row Column event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public event RButtonHitRowColEventHandler RButtonHitRowCol

Value

Type: Stingray.GridRButtonHitRowColEventHandler
Remarks
This event is invoked when the user clicks and releases the right mouse button on the grid.
See Also