Looks for a Row at the specified location.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public Row RowTest(
	Point pt
)
Visual Basic
Public Function RowTest ( 
	pt As Point
) As Row
Visual C++
public:
Row^ RowTest(
	Point pt
)
F#
member RowTest : 
        pt : Point -> Row 

Parameters

pt
Type: System.Windows..::..Point
Location relative to the top-left corner of the GridControl.

Return Value

Type: Row
Row object if the specified location is inside the row. Otherwise null.

See Also