'Declaration Public Shared Function GetContainer( _ ByVal obj As DependencyObject _ ) As FrameworkElement
'Usage Dim obj As DependencyObject Dim value As FrameworkElement value = DataGridControl.GetContainer(obj)
public static FrameworkElement GetContainer( DependencyObject obj )
Parameters
- obj
- A DependencyObject representing the item whose container is to be retrieved.
Return Value
A FrameworkElement object representing the container.