Gets visible bounds of the 
Column 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 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: 
RectVisible bounds of found 
Column.
See Also