ItemsControl.HasItems Property

 

Gets a value that indicates whether the ItemsControl contains items.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

[<BindableAttribute(false)>]
[<BrowsableAttribute(false)>]
member HasItems : bool with get

Property Value

Type: System.Boolean

true if the items count is greater than 0; otherwise, false.The default is false.

Identifier field

HasItemsProperty

Metadata properties set to true

None

.NET Framework
Available since 3.0
Return to top
Show: