'Declaration Public Overloads Shared Function FindFromChild( _ ByVal dataGridControl As DataGridControl, _ ByVal child As DependencyObject _ ) As Cell
'Usage Dim dataGridControl As DataGridControl Dim child As DependencyObject Dim value As Cell value = Cell.FindFromChild(dataGridControl, child)
public static Cell FindFromChild( DataGridControl dataGridControl, DependencyObject child )
Parameters
- dataGridControl
- The DataGridControl to which the child belongs.
- child
- The DependencyObject for which to find the parent cell.