Share via


ViewItem.VisualParent Property

Gets the visual 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 VisualParent As ViewItem
    Get
public abstract ViewItem VisualParent { get; }
public:
virtual property ViewItem^ VisualParent {
    ViewItem^ get () abstract;
}
abstract VisualParent : ViewItem
abstract function get VisualParent () : ViewItem

Property Value

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

.NET Framework Security

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace