Gets the entity collection managed by this ContentControlBase. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

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

See Also