Looks for a
Row at the specified location.
Namespace: Dapfor.Wpf.ControlsAssembly: 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:
RowRow object if the specified location is inside the row. Otherwise
null.
See Also