Gets a value that indicates whether the ContentControlBase has content. This is a dependency property.

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

Syntax

C#
[BindableAttribute(false)]
public bool HasContent { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(False)> _
Public Property HasContent As Boolean

See Also