Gets or sets the content of this EntityItem. This is a dependency property.

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

Syntax

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

Implements

IEntityItem..::.Content

See Also