Click or drag to resize
ButtonClickedRowColEventArgsPoint Property
Gets or sets the coordinates of the mouse click.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public Point Point { get; set; }

Property Value

Type: Point
The coordinates of the mouse click.
Remarks
The coordinates are relative to the top left corner of the grid control window, which is at location 0,0.
See Also