Table of Contents

Property LogicalTopParent

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LogicalTopParent

Gets the topmost logical parent in the hierarchy of this element.

[Browsable(false)]
public virtual FrameworkElement? LogicalTopParent { get; }

Property Value

FrameworkElement

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.