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

Parameters

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

Return Value

Type: Header
Header object if the specified location is inside the header. Otherwise null.

See Also