Gets visible bounds of the Column 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 Rect ColumnVisibleBoundsTest(
	Point pt
)
Visual Basic
Public Function ColumnVisibleBoundsTest ( 
	pt As Point
) As Rect
Visual C++
public:
Rect ColumnVisibleBoundsTest(
	Point pt
)
F#
member ColumnVisibleBoundsTest : 
        pt : Point -> Rect 

Parameters

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

Return Value

Type: Rect
Visible bounds of found Column.

See Also