Looks for a 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 Column ColumnTest(
	Point pt
)
Visual Basic
Public Function ColumnTest ( 
	pt As Point
) As Column
Visual C++
public:
Column^ ColumnTest(
	Point pt
)
F#
member ColumnTest : 
        pt : Point -> Column 

Parameters

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

Return Value

Type: Column
Column object if the specified location is inside the column. Otherwise null.

See Also