Gets the EntityManager object that is used internally for managing entities displayed by this ItemsControlBase. This is a dependency property.

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

Syntax

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

See Also