Gets or sets the overriding source collection for loaded entities that would be displayed in the items control host of the control.
This is a dependency property.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public IEnumerable LoadedEntitiesSource { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property LoadedEntitiesSource As IEnumerable |