Gets the entities that are currently loaded within 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 IEnumerable LoadedEntities { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property LoadedEntities As IEnumerable

See Also