Gets or sets a custom EntityManager object to use internally within this ItemsControlBase. When this property is set to an entity manager instance the control items collection is ignored. 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 EntityManagerSource { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property EntityManagerSource As EntityManager

See Also