ItemsControl.HasItems Property
.NET Framework (current version)
Gets a value that indicates whether the ItemsControl contains items.
Assembly: PresentationFramework (in PresentationFramework.dll)
[<BindableAttribute(false)>] [<BrowsableAttribute(false)>] member HasItems : bool with get
Property Value
Type: System.Booleantrue if the items count is greater than 0; otherwise, false.The default is false.
.NET Framework
Available since 3.0
Available since 3.0
Show: