Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.