Click or drag to resize

ExtensionsFindVisualParent Method

Overload List
  NameDescription
Public methodStatic memberFindVisualParentT(DependencyObject)
Returns the parent object of the specified object by processing the visual tree. The difference to FindVisualParent(DependencyObject, Type) is that this also consider sub-classes.

Public methodStatic memberFindVisualParent(DependencyObject, Type)
Returns the parent object of the specified object by processing the visual tree.
Top
See Also