BaseLayoutItem.LogicalParent Property
In This Article
Gets the logical parent element of this element.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
[Browsable(false)]
public DependencyObject LogicalParent { get; }
#Property Value
Type | Description |
---|---|
Dependency |
This element’s logical parent. |
See Also