Skip to main content

BaseLayoutItem.LogicalParent Property

Gets the logical parent element of this element.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

[Browsable(false)]
public DependencyObject LogicalParent { get; }

Property Value

Type Description
DependencyObject

This element’s logical parent.

See Also