Click or drag to resize

AttachedPropertiesContainerGetHasParent method

WPF getter for the HasParentProperty.

Namespace: Vishnu.WPF_UI.DependencyProperties
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static bool GetHasParent(
	
	DependencyObject obj
)

Parameters

obj  DependencyObject
The owning control.

Return value

Boolean
True if the node has a parent node.
See also