Gets or sets an item used to generate the content of this ContentControlBase. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

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

See Also