Click or drag to resize
GridControlCalcClientColFromPt Method
Computes the column for the point.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public uint CalcClientColFromPt(
	Point point
)

Parameters

point
Type: System.DrawingPoint
The x-coordinate of the point.

Return Value

Type: UInt32
The relative index of the column. It is Invalid when no column could be found at the given point.
See Also