Gets the entities that are currently loaded within this ContentControlBase.
This is a dependency property.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public Object LoadedEntity { get; internal set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property LoadedEntity As Object |