Gets (or sets, when using simple data management mode) the object wrapped by this Entity. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public Object Item { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Item As Object

See Also