Property LogicalTopParent
LogicalTopParent
Gets the topmost logical parent in the hierarchy of this element.
[Browsable(false)]
public virtual FrameworkElement? LogicalTopParent { get; }
Property Value
Remarks
This property traverses the logical parent chain to find the highest-level parent. If the current element has no logical parent, the value is null.