Gets or sets a custom EntityManager object to use internally within this ContentControlBase.
When this property is set to an entity manager instance the control content is ignored.
This is a dependency property.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: 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 |