Gets the parent entity that owns this Entity. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public Entity ParentEntity { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property ParentEntity As Entity

See Also