ComponentOne DataGrid for WPF and Silverlight
GetDetailFromPoint Method (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : GetDetailFromPoint Method
The point in the screen coordinates.
Gets the detail presenter from a specific point in the screen.
Syntax
'Declaration
 
Public Function GetDetailFromPoint( _
   ByVal point As System.Windows.Point _
) As DataGridDetailsPresenter
public DataGridDetailsPresenter GetDetailFromPoint( 
   System.Windows.Point point
)

Parameters

point
The point in the screen coordinates.

Return Value

The detail presenter from a specific point in the screen
See Also

Reference

C1DataGrid Class
C1DataGrid Members