ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / GetDetailFromPoint Method
The point in the screen coordinates.

In This Topic
    GetDetailFromPoint Method (C1DataGrid)
    In This Topic
    Gets the detail presenter from a specific point in the screen.
    Syntax
    'Declaration
     
    
    Public Function GetDetailFromPoint( _
       ByVal point As Point _
    ) As DataGridDetailsPresenter
    public DataGridDetailsPresenter GetDetailFromPoint( 
       Point point
    )

    Parameters

    point
    The point in the screen coordinates.

    Return Value

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