Share via


ViewItem.LogicalParent Property

Gets the logical parent of the current ViewItem.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property LogicalParent As ViewItem
    Get
public abstract ViewItem LogicalParent { get; }
public:
virtual property ViewItem^ LogicalParent {
    ViewItem^ get () abstract;
}
abstract LogicalParent : ViewItem
abstract function get LogicalParent () : ViewItem

Property Value

Type: Microsoft.Windows.Design.Interaction.ViewItem
A DependencyObject that represents the logical parent of the current ViewItem.

.NET Framework Security

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace