Gets a value that indicates whether the ItemsControlBase contains items. 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 HasItems { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(False)> _
Public Property HasItems As Boolean

See Also