Binding.Parent Property

Definition

Gets the parent object of the current object.

[System.ComponentModel.Browsable(false)]
public object Parent { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Parent : obj
Public ReadOnly Property Parent As Object

Property Value

The parent object for current object.

Attributes

Applies to