VisualTreeHelper.GetParent(DependencyObject) Method

Definition

Returns an object's parent object in the visual tree.

public:
 static DependencyObject ^ GetParent(DependencyObject ^ reference);
 static DependencyObject GetParent(DependencyObject const& reference);
public static DependencyObject GetParent(DependencyObject reference);
function getParent(reference)
Public Shared Function GetParent (reference As DependencyObject) As DependencyObject

Parameters

reference
DependencyObject

The object for which to get the parent object.

Returns

The parent object of the reference object in the visual tree.

Applies to